#C5B819

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

Shades of Bird Flower #C5B819

Tints of Bird Flower #C5B819

Color information

#C5B819 (or 0xC5B819) is unknown color: approx Bird Flower. HEX triplet: C5, B8 and 19. RGB value is (197,184,25). Sum of RGB (Red+Green+Blue) = 197+184+25=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B819 is #3A47E6. Grayscale: #AAAAAA. Windows color (decimal): -3819495 or 1685701. OLE color: 1685701.

HSL color Cylindrical-coordinate representation of color #C5B819: hue angle of 55.47º 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 #C5B819 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19718425-
CMYK00.070.870.23
HSL55.47º77.48%43.53%-
HSV(B)55.47º87.31%77.25%-
XYZ40.3446.227.72-
YUV169.7646.31147.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 184 (72.27% from 255) = 45.32%
BLUE value IS 25 (10.16% from 255) = 6.16%
R=48.52%
G=45.32%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971842500.070.870.2355.4777.4843.53
HexC5B819075717374d2c
Octal3052703107127276711554
Binary11000101101110001100101111010111101111101111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B819; }

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

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

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

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

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

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

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

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