#C5CB66

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

Shades of Wild Willow #C5CB66

Tints of Wild Willow #C5CB66

Color information

#C5CB66 (or 0xC5CB66) is unknown color: approx Wild Willow. HEX triplet: C5, CB and 66. RGB value is (197,203,102). Sum of RGB (Red+Green+Blue) = 197+203+102=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 203 (79.69% from 255 or 40.44% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 203 - color contains mainly: green. Hex color #C5CB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5CB66 is #3A3499. Grayscale: #BEBEBE. Windows color (decimal): -3814554 or 6736837. OLE color: 6736837.

HSL color Cylindrical-coordinate representation of color #C5CB66: hue angle of 63.56º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C5CB66 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB197203102-
CMYK0.0300.500.20
HSL63.56º49.27%59.8%-
HSV(B)63.56º49.75%79.61%-
XYZ46.7855.5420.83-
YUV189.6978.51133.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.24%
GREEN value IS 203 (79.69% from 255) = 40.44%
BLUE value IS 102 (40.23% from 255) = 20.32%
R=39.24%
G=40.44%
B=20.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1972031020.0300.500.2063.5649.2759.8
HexC5CB6630321440313c
Octal3053131463062241006174
Binary11000101110010111100110110110010101001000000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CB66; }

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

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

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

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

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

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

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

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