Shades of Wild Willow #C6CC65
Tints of Wild Willow #C6CC65
RGB
CMYK
RGB Variations
Color information
#C6CC65 (or 0xC6CC65) is known color: Wild Willow. HEX triplet: C6, CC and 65. RGB value is (198,204,101). Sum of RGB (Red+Green+Blue) = 198+204+101=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6CC65 is #39339A. Grayscale: #BEBEBE. Windows color (decimal): -3748763 or 6671558. OLE color: 6671558.
HSL color Cylindrical-coordinate representation of color #C6CC65: hue angle of 63.5º degrees, saturation: 0.5, 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 #C6CC65 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 204 | 101 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.2 |
| HSL | 63.5º | 0.5% | 0.6% | - |
| HSV(B) | 63.5º | 0.5% | 0.8% | - |
| XYZ | 47.23 | 56.13 | 20.66 | - |
| YUV | 190.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 204 | 101 | 0.03 | 0 | 0.50 | 0.2 | 63.5 | 0.5 | 0.6 |
| Hex | C6 | CC | 65 | 3 | 0 | 32 | 14 | 3F | 32 | 3C |
| Octal | 306 | 314 | 145 | 3 | 0 | 62 | 24 | 77 | 62 | 74 |
| Binary | 11000110 | 11001100 | 1100101 | 11 | 0 | 110010 | 10100 | 111111 | 110010 | 111100 |
Color Harmonies of #C6CC65
Complementary color
Monochromatic Colors of #C6CC65
Black with #C6CC65
Text Example
Text Example
White with #C6CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CC65; }
p { color: rgb(198,204,101); }
H1.HeaderClassName
{
color: #C6CC65;
}
.AnyTagClassName
{
color: #C6CC65;
}
</style>
background-color css
<style>
a { background-color: #C6CC65; }
a { background-color: rgb(198,204,101); }
div.DivClassName
{
background-color: #C6CC65;
}
.BgClassName
{
background-color: #C6CC65;
}
</style>
border-color css
<style>
span { border-color: #C6CC65; }
span { border-color: rgb(198,204,101); }
td.TdClassName
{
border-color: #C6CC65;
}
.TagClassName
{
border-color: #C6CC65;
}
</style>