Shades of Wild Willow #C6D053
Tints of Wild Willow #C6D053
RGB
CMYK
RGB Variations
Color information
#C6D053 (or 0xC6D053) is known color: Wild Willow. HEX triplet: C6, D0 and 53. RGB value is (198,208,83). Sum of RGB (Red+Green+Blue) = 198+208+83=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D053 is #392FAC. Grayscale: #BFBFBF. Windows color (decimal): -3747757 or 5492934. OLE color: 5492934.
HSL color Cylindrical-coordinate representation of color #C6D053: hue angle of 64.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6D053 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 83 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.18 |
| HSL | 64.8º | 0.57% | 0.57% | - |
| HSV(B) | 64.8º | 0.6% | 0.82% | - |
| XYZ | 47.41 | 57.74 | 16.83 | - |
| YUV | 190.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 83 | 0.05 | 0 | 0.60 | 0.18 | 64.8 | 0.57 | 0.57 |
| Hex | C6 | D0 | 53 | 5 | 0 | 3C | 12 | 41 | 39 | 39 |
| Octal | 306 | 320 | 123 | 5 | 0 | 74 | 22 | 101 | 71 | 71 |
| Binary | 11000110 | 11010000 | 1010011 | 101 | 0 | 111100 | 10010 | 1000001 | 111001 | 111001 |
Color Harmonies of #C6D053
Complementary color
Monochromatic Colors of #C6D053
Black with #C6D053
Text Example
Text Example
White with #C6D053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D053; }
p { color: rgb(198,208,83); }
H1.HeaderClassName
{
color: #C6D053;
}
.AnyTagClassName
{
color: #C6D053;
}
</style>
background-color css
<style>
a { background-color: #C6D053; }
a { background-color: rgb(198,208,83); }
div.DivClassName
{
background-color: #C6D053;
}
.BgClassName
{
background-color: #C6D053;
}
</style>
border-color css
<style>
span { border-color: #C6D053; }
span { border-color: rgb(198,208,83); }
td.TdClassName
{
border-color: #C6D053;
}
.TagClassName
{
border-color: #C6D053;
}
</style>