Shades of Wild Willow #B9CE63
Tints of Wild Willow #B9CE63
RGB
CMYK
RGB Variations
Color information
#B9CE63 (or 0xB9CE63) is known color: Wild Willow. HEX triplet: B9, CE and 63. RGB value is (185,206,99). Sum of RGB (Red+Green+Blue) = 185+206+99=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE63 is #46319C. Grayscale: #BBBBBB. Windows color (decimal): -4600221 or 6540985. OLE color: 6540985.
HSL color Cylindrical-coordinate representation of color #B9CE63: hue angle of 71.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B9CE63 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 99 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.19 |
| HSL | 71.78º | 0.52% | 0.6% | - |
| HSV(B) | 71.78º | 0.52% | 0.81% | - |
| XYZ | 44.33 | 55.36 | 20.15 | - |
| YUV | 187.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 99 | 0.10 | 0 | 0.52 | 0.19 | 71.78 | 0.52 | 0.6 |
| Hex | B9 | CE | 63 | A | 0 | 34 | 13 | 48 | 34 | 3C |
| Octal | 271 | 316 | 143 | 12 | 0 | 64 | 23 | 110 | 64 | 74 |
| Binary | 10111001 | 11001110 | 1100011 | 1010 | 0 | 110100 | 10011 | 1001000 | 110100 | 111100 |
Color Harmonies of #B9CE63
Complementary color
Monochromatic Colors of #B9CE63
Black with #B9CE63
Text Example
Text Example
White with #B9CE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE63; }
p { color: rgb(185,206,99); }
H1.HeaderClassName
{
color: #B9CE63;
}
.AnyTagClassName
{
color: #B9CE63;
}
</style>
background-color css
<style>
a { background-color: #B9CE63; }
a { background-color: rgb(185,206,99); }
div.DivClassName
{
background-color: #B9CE63;
}
.BgClassName
{
background-color: #B9CE63;
}
</style>
border-color css
<style>
span { border-color: #B9CE63; }
span { border-color: rgb(185,206,99); }
td.TdClassName
{
border-color: #B9CE63;
}
.TagClassName
{
border-color: #B9CE63;
}
</style>