Shades of Wild Willow #C4CE6A
Tints of Wild Willow #C4CE6A
RGB
CMYK
RGB Variations
Color information
#C4CE6A (or 0xC4CE6A) is known color: Wild Willow. HEX triplet: C4, CE and 6A. RGB value is (196,206,106). Sum of RGB (Red+Green+Blue) = 196+206+106=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 106 (41.80% from 255 or 20.87% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CE6A is #3B3195. Grayscale: #BFBFBF. Windows color (decimal): -3879318 or 6999748. OLE color: 6999748.
HSL color Cylindrical-coordinate representation of color #C4CE6A: hue angle of 66º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C4CE6A is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 206 | 106 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.19 |
| HSL | 66º | 0.51% | 0.61% | - |
| HSV(B) | 66º | 0.49% | 0.81% | - |
| XYZ | 47.44 | 56.92 | 22.12 | - |
| YUV | 191.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 106 | 0.05 | 0 | 0.49 | 0.19 | 66 | 0.51 | 0.61 |
| Hex | C4 | CE | 6A | 5 | 0 | 31 | 13 | 42 | 33 | 3D |
| Octal | 304 | 316 | 152 | 5 | 0 | 61 | 23 | 102 | 63 | 75 |
| Binary | 11000100 | 11001110 | 1101010 | 101 | 0 | 110001 | 10011 | 1000010 | 110011 | 111101 |
Color Harmonies of #C4CE6A
Complementary color
Monochromatic Colors of #C4CE6A
Black with #C4CE6A
Text Example
Text Example
White with #C4CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CE6A; }
p { color: rgb(196,206,106); }
H1.HeaderClassName
{
color: #C4CE6A;
}
.AnyTagClassName
{
color: #C4CE6A;
}
</style>
background-color css
<style>
a { background-color: #C4CE6A; }
a { background-color: rgb(196,206,106); }
div.DivClassName
{
background-color: #C4CE6A;
}
.BgClassName
{
background-color: #C4CE6A;
}
</style>
border-color css
<style>
span { border-color: #C4CE6A; }
span { border-color: rgb(196,206,106); }
td.TdClassName
{
border-color: #C4CE6A;
}
.TagClassName
{
border-color: #C4CE6A;
}
</style>