Shades of Wild Willow #C3CE5A
Tints of Wild Willow #C3CE5A
RGB
CMYK
RGB Variations
Color information
#C3CE5A (or 0xC3CE5A) is known color: Wild Willow. HEX triplet: C3, CE and 5A. RGB value is (195,206,90). Sum of RGB (Red+Green+Blue) = 195+206+90=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3CE5A is #3C31A5. Grayscale: #BDBDBD. Windows color (decimal): -3944870 or 5951171. OLE color: 5951171.
HSL color Cylindrical-coordinate representation of color #C3CE5A: hue angle of 65.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3CE5A is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 206 | 90 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.19 |
| HSL | 65.69º | 0.54% | 0.58% | - |
| HSV(B) | 65.69º | 0.56% | 0.81% | - |
| XYZ | 46.42 | 56.48 | 18.13 | - |
| YUV | 189.49 | 71.86 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 206 | 90 | 0.05 | 0 | 0.56 | 0.19 | 65.69 | 0.54 | 0.58 |
| Hex | C3 | CE | 5A | 5 | 0 | 38 | 13 | 42 | 36 | 3A |
| Octal | 303 | 316 | 132 | 5 | 0 | 70 | 23 | 102 | 66 | 72 |
| Binary | 11000011 | 11001110 | 1011010 | 101 | 0 | 111000 | 10011 | 1000010 | 110110 | 111010 |
Color Harmonies of #C3CE5A
Complementary color
Monochromatic Colors of #C3CE5A
Black with #C3CE5A
Text Example
Text Example
White with #C3CE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CE5A; }
p { color: rgb(195,206,90); }
H1.HeaderClassName
{
color: #C3CE5A;
}
.AnyTagClassName
{
color: #C3CE5A;
}
</style>
background-color css
<style>
a { background-color: #C3CE5A; }
a { background-color: rgb(195,206,90); }
div.DivClassName
{
background-color: #C3CE5A;
}
.BgClassName
{
background-color: #C3CE5A;
}
</style>
border-color css
<style>
span { border-color: #C3CE5A; }
span { border-color: rgb(195,206,90); }
td.TdClassName
{
border-color: #C3CE5A;
}
.TagClassName
{
border-color: #C3CE5A;
}
</style>