Shades of Wild Willow #C2CB66
Tints of Wild Willow #C2CB66
RGB
CMYK
RGB Variations
Color information
#C2CB66 (or 0xC2CB66) is known color: Wild Willow. HEX triplet: C2, CB and 66. RGB value is (194,203,102). Sum of RGB (Red+Green+Blue) = 194+203+102=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB66 is #3D3499. Grayscale: #BDBDBD. Windows color (decimal): -4011162 or 6736834. OLE color: 6736834.
HSL color Cylindrical-coordinate representation of color #C2CB66: hue angle of 65.35º 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 #C2CB66 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 102 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.20 |
| HSL | 65.35º | 0.49% | 0.6% | - |
| HSV(B) | 65.35º | 0.5% | 0.8% | - |
| XYZ | 46 | 55.14 | 20.79 | - |
| YUV | 188.8 | 79.02 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 102 | 0.04 | 0 | 0.50 | 0.20 | 65.35 | 0.49 | 0.6 |
| Hex | C2 | CB | 66 | 4 | 0 | 32 | 14 | 41 | 31 | 3C |
| Octal | 302 | 313 | 146 | 4 | 0 | 62 | 24 | 101 | 61 | 74 |
| Binary | 11000010 | 11001011 | 1100110 | 100 | 0 | 110010 | 10100 | 1000001 | 110001 | 111100 |
Color Harmonies of #C2CB66
Complementary color
Monochromatic Colors of #C2CB66
Black with #C2CB66
Text Example
Text Example
White with #C2CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB66; }
p { color: rgb(194,203,102); }
H1.HeaderClassName
{
color: #C2CB66;
}
.AnyTagClassName
{
color: #C2CB66;
}
</style>
background-color css
<style>
a { background-color: #C2CB66; }
a { background-color: rgb(194,203,102); }
div.DivClassName
{
background-color: #C2CB66;
}
.BgClassName
{
background-color: #C2CB66;
}
</style>
border-color css
<style>
span { border-color: #C2CB66; }
span { border-color: rgb(194,203,102); }
td.TdClassName
{
border-color: #C2CB66;
}
.TagClassName
{
border-color: #C2CB66;
}
</style>