Shades of Wild Willow #C2CC69
Tints of Wild Willow #C2CC69
RGB
CMYK
RGB Variations
Color information
#C2CC69 (or 0xC2CC69) is known color: Wild Willow. HEX triplet: C2, CC and 69. RGB value is (194,204,105). Sum of RGB (Red+Green+Blue) = 194+204+105=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 105 (41.41% from 255 or 20.87% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CC69 is #3D3396. Grayscale: #BEBEBE. Windows color (decimal): -4010903 or 6933698. OLE color: 6933698.
HSL color Cylindrical-coordinate representation of color #C2CC69: hue angle of 66.06º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C2CC69 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 105 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.2 |
| HSL | 66.06º | 0.49% | 0.61% | - |
| HSV(B) | 66.06º | 0.49% | 0.8% | - |
| XYZ | 46.39 | 55.67 | 21.67 | - |
| YUV | 189.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 105 | 0.05 | 0 | 0.49 | 0.2 | 66.06 | 0.49 | 0.61 |
| Hex | C2 | CC | 69 | 5 | 0 | 31 | 14 | 42 | 31 | 3D |
| Octal | 302 | 314 | 151 | 5 | 0 | 61 | 24 | 102 | 61 | 75 |
| Binary | 11000010 | 11001100 | 1101001 | 101 | 0 | 110001 | 10100 | 1000010 | 110001 | 111101 |
Color Harmonies of #C2CC69
Complementary color
Monochromatic Colors of #C2CC69
Black with #C2CC69
Text Example
Text Example
White with #C2CC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC69; }
p { color: rgb(194,204,105); }
H1.HeaderClassName
{
color: #C2CC69;
}
.AnyTagClassName
{
color: #C2CC69;
}
</style>
background-color css
<style>
a { background-color: #C2CC69; }
a { background-color: rgb(194,204,105); }
div.DivClassName
{
background-color: #C2CC69;
}
.BgClassName
{
background-color: #C2CC69;
}
</style>
border-color css
<style>
span { border-color: #C2CC69; }
span { border-color: rgb(194,204,105); }
td.TdClassName
{
border-color: #C2CC69;
}
.TagClassName
{
border-color: #C2CC69;
}
</style>