#C5BE19

Color #C5BE19 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C5BE19

Tints of Bird Flower #C5BE19

Color information

#C5BE19 (or 0xC5BE19) is unknown color: approx Bird Flower. HEX triplet: C5, BE and 19. RGB value is (197,190,25). Sum of RGB (Red+Green+Blue) = 197+190+25=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE19 is #3A41E6. Grayscale: #ADADAD. Windows color (decimal): -3817959 or 1687237. OLE color: 1687237.

HSL color Cylindrical-coordinate representation of color #C5BE19: hue angle of 57.56º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5BE19 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19719025-
CMYK00.040.870.23
HSL57.56º77.48%43.53%-
HSV(B)57.56º87.31%77.25%-
XYZ41.6148.778.14-
YUV173.2844.32144.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 25 (10.16% from 255) = 6.07%
R=47.82%
G=46.12%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971902500.040.870.2357.5677.4843.53
HexC5BE190457173a4d2c
Octal3052763104127277211554
Binary11000101101111101100101001010111101111110101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE19; }

 p { color: rgb(197,190,25); }

 H1.HeaderClassName
 {
   color: #C5BE19;
 }
 .AnyTagClassName
 {
   color: #C5BE19;
 }
</style>
background-color css

<style>
 a { background-color: #C5BE19; }

 a { background-color: rgb(197,190,25); }

 div.DivClassName
 {
   background-color: #C5BE19;
 }
 .BgClassName
 {
   background-color: #C5BE19;
 }
</style>
border-color css

<style>
 span { border-color: #C5BE19; }

 span { border-color: rgb(197,190,25); }

 td.TdClassName
 {
   border-color: #C5BE19;
 }
 .TagClassName
 {
   border-color: #C5BE19;
 }
</style>