Shades of Wild Willow #B9CE66
Tints of Wild Willow #B9CE66
RGB
CMYK
RGB Variations
Color information
#B9CE66 (or 0xB9CE66) is known color: Wild Willow. HEX triplet: B9, CE and 66. RGB value is (185,206,102). Sum of RGB (Red+Green+Blue) = 185+206+102=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 102 (40.23% from 255 or 20.69% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE66 is #463199. Grayscale: #BCBCBC. Windows color (decimal): -4600218 or 6737593. OLE color: 6737593.
HSL color Cylindrical-coordinate representation of color #B9CE66: hue angle of 72.12º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9CE66 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 102 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.19 |
| HSL | 72.12º | 0.51% | 0.6% | - |
| HSV(B) | 72.12º | 0.5% | 0.81% | - |
| XYZ | 44.48 | 55.42 | 20.92 | - |
| YUV | 187.87 | 79.54 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 102 | 0.10 | 0 | 0.50 | 0.19 | 72.12 | 0.51 | 0.6 |
| Hex | B9 | CE | 66 | A | 0 | 32 | 13 | 48 | 33 | 3C |
| Octal | 271 | 316 | 146 | 12 | 0 | 62 | 23 | 110 | 63 | 74 |
| Binary | 10111001 | 11001110 | 1100110 | 1010 | 0 | 110010 | 10011 | 1001000 | 110011 | 111100 |
Color Harmonies of #B9CE66
Complementary color
Monochromatic Colors of #B9CE66
Black with #B9CE66
Text Example
Text Example
White with #B9CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE66; }
p { color: rgb(185,206,102); }
H1.HeaderClassName
{
color: #B9CE66;
}
.AnyTagClassName
{
color: #B9CE66;
}
</style>
background-color css
<style>
a { background-color: #B9CE66; }
a { background-color: rgb(185,206,102); }
div.DivClassName
{
background-color: #B9CE66;
}
.BgClassName
{
background-color: #B9CE66;
}
</style>
border-color css
<style>
span { border-color: #B9CE66; }
span { border-color: rgb(185,206,102); }
td.TdClassName
{
border-color: #B9CE66;
}
.TagClassName
{
border-color: #B9CE66;
}
</style>