Shades of Wild Willow #C2CB68
Tints of Wild Willow #C2CB68
RGB
CMYK
RGB Variations
Color information
#C2CB68 (or 0xC2CB68) is known color: Wild Willow. HEX triplet: C2, CB and 68. RGB value is (194,203,104). Sum of RGB (Red+Green+Blue) = 194+203+104=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB68 is #3D3497. Grayscale: #BDBDBD. Windows color (decimal): -4011160 or 6867906. OLE color: 6867906.
HSL color Cylindrical-coordinate representation of color #C2CB68: hue angle of 65.45º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2CB68 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 104 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.20 |
| HSL | 65.45º | 0.49% | 0.6% | - |
| HSV(B) | 65.45º | 0.49% | 0.8% | - |
| XYZ | 46.1 | 55.18 | 21.32 | - |
| YUV | 189.02 | 80.02 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 104 | 0.04 | 0 | 0.49 | 0.20 | 65.45 | 0.49 | 0.6 |
| Hex | C2 | CB | 68 | 4 | 0 | 31 | 14 | 41 | 31 | 3C |
| Octal | 302 | 313 | 150 | 4 | 0 | 61 | 24 | 101 | 61 | 74 |
| Binary | 11000010 | 11001011 | 1101000 | 100 | 0 | 110001 | 10100 | 1000001 | 110001 | 111100 |
Color Harmonies of #C2CB68
Complementary color
Monochromatic Colors of #C2CB68
Black with #C2CB68
Text Example
Text Example
White with #C2CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB68; }
p { color: rgb(194,203,104); }
H1.HeaderClassName
{
color: #C2CB68;
}
.AnyTagClassName
{
color: #C2CB68;
}
</style>
background-color css
<style>
a { background-color: #C2CB68; }
a { background-color: rgb(194,203,104); }
div.DivClassName
{
background-color: #C2CB68;
}
.BgClassName
{
background-color: #C2CB68;
}
</style>
border-color css
<style>
span { border-color: #C2CB68; }
span { border-color: rgb(194,203,104); }
td.TdClassName
{
border-color: #C2CB68;
}
.TagClassName
{
border-color: #C2CB68;
}
</style>