#C5C016

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

Shades of Bird Flower #C5C016

Tints of Bird Flower #C5C016

Color information

#C5C016 (or 0xC5C016) is unknown color: approx Bird Flower. HEX triplet: C5, C0 and 16. RGB value is (197,192,22). Sum of RGB (Red+Green+Blue) = 197+192+22=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C016 is #3A3FE9. Grayscale: #AEAEAE. Windows color (decimal): -3817450 or 1491141. OLE color: 1491141.

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

Color convert

RGB19719222-
CMYK00.030.890.23
HSL58.29º79.91%42.94%-
HSV(B)58.29º88.83%77.25%-
XYZ42.0249.638.12-
YUV174.1242.16144.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 192 (75.39% from 255) = 46.72%
BLUE value IS 22 (8.98% from 255) = 5.35%
R=47.93%
G=46.72%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971922200.030.890.2358.2979.9142.94
HexC5C0160359173a502b
Octal3053002603131277212053
Binary1100010111000000101100111011001101111110101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C016; }

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

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

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

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

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

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

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

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