#C5CB4F

Color #C5CB4F Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C5CB4F

Tints of Wild Willow #C5CB4F

Color information

#C5CB4F (or 0xC5CB4F) is unknown color: approx Wild Willow. HEX triplet: C5, CB and 4F. RGB value is (197,203,79). Sum of RGB (Red+Green+Blue) = 197+203+79=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CB4F is #3A34B0. Grayscale: #BBBBBB. Windows color (decimal): -3814577 or 5229509. OLE color: 5229509.

HSL color Cylindrical-coordinate representation of color #C5CB4F: hue angle of 62.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5CB4F is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB19720379-
CMYK0.0300.610.20
HSL62.9º54.39%55.29%-
HSV(B)62.9º61.08%79.61%-
XYZ45.7955.1515.63-
YUV187.0767.01135.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.13%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 79 (31.25% from 255) = 16.49%
R=41.13%
G=42.38%
B=16.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197203790.0300.610.2062.954.3955.29
HexC5CB4F303D143f3637
Octal305313117307524776667
Binary1100010111001011100111111011110110100111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CB4F; }

 p { color: rgb(197,203,79); }

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

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

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

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

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

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

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