Shades of Wild Willow #C2CF5A
Tints of Wild Willow #C2CF5A
RGB
CMYK
RGB Variations
Color information
#C2CF5A (or 0xC2CF5A) is known color: Wild Willow. HEX triplet: C2, CF and 5A. RGB value is (194,207,90). Sum of RGB (Red+Green+Blue) = 194+207+90=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #C2CF5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CF5A is #3D30A5. Grayscale: #BEBEBE. Windows color (decimal): -4010150 or 5951426. OLE color: 5951426.
HSL color Cylindrical-coordinate representation of color #C2CF5A: hue angle of 66.67º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2CF5A is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 207 | 90 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.19 |
| HSL | 66.67º | 0.55% | 0.58% | - |
| HSV(B) | 66.67º | 0.57% | 0.81% | - |
| XYZ | 46.41 | 56.83 | 18.2 | - |
| YUV | 189.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 207 | 90 | 0.06 | 0 | 0.57 | 0.19 | 66.67 | 0.55 | 0.58 |
| Hex | C2 | CF | 5A | 6 | 0 | 39 | 13 | 43 | 37 | 3A |
| Octal | 302 | 317 | 132 | 6 | 0 | 71 | 23 | 103 | 67 | 72 |
| Binary | 11000010 | 11001111 | 1011010 | 110 | 0 | 111001 | 10011 | 1000011 | 110111 | 111010 |
Color Harmonies of #C2CF5A
Complementary color
Monochromatic Colors of #C2CF5A
Black with #C2CF5A
Text Example
Text Example
White with #C2CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CF5A; }
p { color: rgb(194,207,90); }
H1.HeaderClassName
{
color: #C2CF5A;
}
.AnyTagClassName
{
color: #C2CF5A;
}
</style>
background-color css
<style>
a { background-color: #C2CF5A; }
a { background-color: rgb(194,207,90); }
div.DivClassName
{
background-color: #C2CF5A;
}
.BgClassName
{
background-color: #C2CF5A;
}
</style>
border-color css
<style>
span { border-color: #C2CF5A; }
span { border-color: rgb(194,207,90); }
td.TdClassName
{
border-color: #C2CF5A;
}
.TagClassName
{
border-color: #C2CF5A;
}
</style>