#C5C018

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

Shades of Bird Flower #C5C018

Tints of Bird Flower #C5C018

Color information

#C5C018 (or 0xC5C018) is unknown color: approx Bird Flower. HEX triplet: C5, C0 and 18. RGB value is (197,192,24). Sum of RGB (Red+Green+Blue) = 197+192+24=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C018 is #3A3FE7. Grayscale: #AFAFAF. Windows color (decimal): -3817448 or 1622213. OLE color: 1622213.

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

Color convert

RGB19719224-
CMYK00.030.880.23
HSL58.27º78.28%43.33%-
HSV(B)58.27º87.82%77.25%-
XYZ42.0449.648.23-
YUV174.3443.16144.16-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 192 (75.39% from 255) = 46.49%
BLUE value IS 24 (9.77% from 255) = 5.81%
R=47.70%
G=46.49%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971922400.030.880.2358.2778.2843.33
HexC5C0180358173a4e2b
Octal3053003003130277211653
Binary1100010111000000110000111011000101111110101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C018; }

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

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

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

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

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

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

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

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