#C5C516

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

Shades of Bird Flower #C5C516

Tints of Bird Flower #C5C516

Color information

#C5C516 (or 0xC5C516) is unknown color: approx Bird Flower. HEX triplet: C5, C5 and 16. RGB value is (197,197,22). Sum of RGB (Red+Green+Blue) = 197+197+22=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C516 is #3A3AE9. Grayscale: #B1B1B1. Windows color (decimal): -3816170 or 1492421. OLE color: 1492421.

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

Color convert

RGB19719722-
CMYK000.890.23
HSL60º79.91%42.94%-
HSV(B)60º88.83%77.25%-
XYZ43.1451.868.5-
YUV177.0540.5142.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 197 (77.34% from 255) = 47.36%
BLUE value IS 22 (8.98% from 255) = 5.29%
R=47.36%
G=47.36%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719722000.890.236079.9142.94
HexC5C5160059173c502b
Octal3053052600131277412053
Binary110001011100010110110001011001101111111001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C516; }

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

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

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

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

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

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

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

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