Shades of Wild Willow #B9CE5E
Tints of Wild Willow #B9CE5E
RGB
CMYK
RGB Variations
Color information
#B9CE5E (or 0xB9CE5E) is known color: Wild Willow. HEX triplet: B9, CE and 5E. RGB value is (185,206,94). Sum of RGB (Red+Green+Blue) = 185+206+94=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CE5E is #4631A1. Grayscale: #BBBBBB. Windows color (decimal): -4600226 or 6213305. OLE color: 6213305.
HSL color Cylindrical-coordinate representation of color #B9CE5E: hue angle of 71.25º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9CE5E is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 206 | 94 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.19 |
| HSL | 71.25º | 0.53% | 0.59% | - |
| HSV(B) | 71.25º | 0.54% | 0.81% | - |
| XYZ | 44.1 | 55.27 | 18.93 | - |
| YUV | 186.95 | 75.54 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 206 | 94 | 0.10 | 0 | 0.54 | 0.19 | 71.25 | 0.53 | 0.59 |
| Hex | B9 | CE | 5E | A | 0 | 36 | 13 | 47 | 35 | 3B |
| Octal | 271 | 316 | 136 | 12 | 0 | 66 | 23 | 107 | 65 | 73 |
| Binary | 10111001 | 11001110 | 1011110 | 1010 | 0 | 110110 | 10011 | 1000111 | 110101 | 111011 |
Color Harmonies of #B9CE5E
Complementary color
Monochromatic Colors of #B9CE5E
Black with #B9CE5E
Text Example
Text Example
White with #B9CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CE5E; }
p { color: rgb(185,206,94); }
H1.HeaderClassName
{
color: #B9CE5E;
}
.AnyTagClassName
{
color: #B9CE5E;
}
</style>
background-color css
<style>
a { background-color: #B9CE5E; }
a { background-color: rgb(185,206,94); }
div.DivClassName
{
background-color: #B9CE5E;
}
.BgClassName
{
background-color: #B9CE5E;
}
</style>
border-color css
<style>
span { border-color: #B9CE5E; }
span { border-color: rgb(185,206,94); }
td.TdClassName
{
border-color: #B9CE5E;
}
.TagClassName
{
border-color: #B9CE5E;
}
</style>