Shades of Wild Willow #C2CB6D
Tints of Wild Willow #C2CB6D
RGB
CMYK
RGB Variations
Color information
#C2CB6D (or 0xC2CB6D) is known color: Wild Willow. HEX triplet: C2, CB and 6D. RGB value is (194,203,109). Sum of RGB (Red+Green+Blue) = 194+203+109=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 203 - color contains mainly: green. Hex color #C2CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CB6D is #3D3492. Grayscale: #BDBDBD. Windows color (decimal): -4011155 or 7195586. OLE color: 7195586.
HSL color Cylindrical-coordinate representation of color #C2CB6D: hue angle of 65.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2CB6D is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 203 | 109 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.20 |
| HSL | 65.74º | 0.47% | 0.61% | - |
| HSV(B) | 65.74º | 0.46% | 0.8% | - |
| XYZ | 46.36 | 55.29 | 22.7 | - |
| YUV | 189.59 | 82.52 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 203 | 109 | 0.04 | 0 | 0.46 | 0.20 | 65.74 | 0.47 | 0.61 |
| Hex | C2 | CB | 6D | 4 | 0 | 2E | 14 | 42 | 2F | 3D |
| Octal | 302 | 313 | 155 | 4 | 0 | 56 | 24 | 102 | 57 | 75 |
| Binary | 11000010 | 11001011 | 1101101 | 100 | 0 | 101110 | 10100 | 1000010 | 101111 | 111101 |
Color Harmonies of #C2CB6D
Complementary color
Monochromatic Colors of #C2CB6D
Black with #C2CB6D
Text Example
Text Example
White with #C2CB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CB6D; }
p { color: rgb(194,203,109); }
H1.HeaderClassName
{
color: #C2CB6D;
}
.AnyTagClassName
{
color: #C2CB6D;
}
</style>
background-color css
<style>
a { background-color: #C2CB6D; }
a { background-color: rgb(194,203,109); }
div.DivClassName
{
background-color: #C2CB6D;
}
.BgClassName
{
background-color: #C2CB6D;
}
</style>
border-color css
<style>
span { border-color: #C2CB6D; }
span { border-color: rgb(194,203,109); }
td.TdClassName
{
border-color: #C2CB6D;
}
.TagClassName
{
border-color: #C2CB6D;
}
</style>