Shades of Wild Willow #C1CC52
Tints of Wild Willow #C1CC52
RGB
CMYK
RGB Variations
Color information
#C1CC52 (or 0xC1CC52) is known color: Wild Willow. HEX triplet: C1, CC and 52. RGB value is (193,204,82). Sum of RGB (Red+Green+Blue) = 193+204+82=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CC52 is #3E33AD. Grayscale: #BBBBBB. Windows color (decimal): -4076462 or 5426369. OLE color: 5426369.
HSL color Cylindrical-coordinate representation of color #C1CC52: hue angle of 65.41º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1CC52 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 82 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.2 |
| HSL | 65.41º | 0.54% | 0.56% | - |
| HSV(B) | 65.41º | 0.6% | 0.8% | - |
| XYZ | 45.11 | 55.13 | 16.25 | - |
| YUV | 186.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 82 | 0.05 | 0 | 0.60 | 0.2 | 65.41 | 0.54 | 0.56 |
| Hex | C1 | CC | 52 | 5 | 0 | 3C | 14 | 41 | 36 | 38 |
| Octal | 301 | 314 | 122 | 5 | 0 | 74 | 24 | 101 | 66 | 70 |
| Binary | 11000001 | 11001100 | 1010010 | 101 | 0 | 111100 | 10100 | 1000001 | 110110 | 111000 |
Color Harmonies of #C1CC52
Complementary color
Monochromatic Colors of #C1CC52
Black with #C1CC52
Text Example
Text Example
White with #C1CC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC52; }
p { color: rgb(193,204,82); }
H1.HeaderClassName
{
color: #C1CC52;
}
.AnyTagClassName
{
color: #C1CC52;
}
</style>
background-color css
<style>
a { background-color: #C1CC52; }
a { background-color: rgb(193,204,82); }
div.DivClassName
{
background-color: #C1CC52;
}
.BgClassName
{
background-color: #C1CC52;
}
</style>
border-color css
<style>
span { border-color: #C1CC52; }
span { border-color: rgb(193,204,82); }
td.TdClassName
{
border-color: #C1CC52;
}
.TagClassName
{
border-color: #C1CC52;
}
</style>