Shades of Wild Willow #C1CE52
Tints of Wild Willow #C1CE52
RGB
CMYK
RGB Variations
Color information
#C1CE52 (or 0xC1CE52) is known color: Wild Willow. HEX triplet: C1, CE and 52. RGB value is (193,206,82). Sum of RGB (Red+Green+Blue) = 193+206+82=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CE52 is #3E31AD. Grayscale: #BCBCBC. Windows color (decimal): -4075950 or 5426881. OLE color: 5426881.
HSL color Cylindrical-coordinate representation of color #C1CE52: hue angle of 66.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1CE52 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 206 | 82 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.19 |
| HSL | 66.29º | 0.56% | 0.56% | - |
| HSV(B) | 66.29º | 0.6% | 0.81% | - |
| XYZ | 45.59 | 56.09 | 16.41 | - |
| YUV | 187.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 206 | 82 | 0.06 | 0 | 0.60 | 0.19 | 66.29 | 0.56 | 0.56 |
| Hex | C1 | CE | 52 | 6 | 0 | 3C | 13 | 42 | 38 | 38 |
| Octal | 301 | 316 | 122 | 6 | 0 | 74 | 23 | 102 | 70 | 70 |
| Binary | 11000001 | 11001110 | 1010010 | 110 | 0 | 111100 | 10011 | 1000010 | 111000 | 111000 |
Color Harmonies of #C1CE52
Complementary color
Monochromatic Colors of #C1CE52
Black with #C1CE52
Text Example
Text Example
White with #C1CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CE52; }
p { color: rgb(193,206,82); }
H1.HeaderClassName
{
color: #C1CE52;
}
.AnyTagClassName
{
color: #C1CE52;
}
</style>
background-color css
<style>
a { background-color: #C1CE52; }
a { background-color: rgb(193,206,82); }
div.DivClassName
{
background-color: #C1CE52;
}
.BgClassName
{
background-color: #C1CE52;
}
</style>
border-color css
<style>
span { border-color: #C1CE52; }
span { border-color: rgb(193,206,82); }
td.TdClassName
{
border-color: #C1CE52;
}
.TagClassName
{
border-color: #C1CE52;
}
</style>