#C5C416

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

Shades of Bird Flower #C5C416

Tints of Bird Flower #C5C416

Color information

#C5C416 (or 0xC5C416) is unknown color: approx Bird Flower. HEX triplet: C5, C4 and 16. RGB value is (197,196,22). Sum of RGB (Red+Green+Blue) = 197+196+22=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C416 is #3A3BE9. Grayscale: #B1B1B1. Windows color (decimal): -3816426 or 1492165. OLE color: 1492165.

HSL color Cylindrical-coordinate representation of color #C5C416: hue angle of 59.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5C416 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB19719622-
CMYK00.010.890.23
HSL59.66º79.91%42.94%-
HSV(B)59.66º88.83%77.25%-
XYZ42.9151.418.42-
YUV176.4640.83142.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 196 (76.95% from 255) = 47.23%
BLUE value IS 22 (8.98% from 255) = 5.30%
R=47.47%
G=47.23%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971962200.010.890.2359.6679.9142.94
HexC5C4160159173c502b
Octal3053042601131277412053
Binary110001011100010010110011011001101111111001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C416; }

 p { color: rgb(197,196,22); }

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

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

 a { background-color: rgb(197,196,22); }

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

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

 span { border-color: rgb(197,196,22); }

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