Shades of Wild Willow #B9C85E
Tints of Wild Willow #B9C85E
RGB
CMYK
RGB Variations
Color information
#B9C85E (or 0xB9C85E) is known color: Wild Willow. HEX triplet: B9, C8 and 5E. RGB value is (185,200,94). Sum of RGB (Red+Green+Blue) = 185+200+94=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C85E is #4637A1. Grayscale: #B7B7B7. Windows color (decimal): -4601762 or 6211769. OLE color: 6211769.
HSL color Cylindrical-coordinate representation of color #B9C85E: hue angle of 68.49º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B9C85E is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 94 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.22 |
| HSL | 68.49º | 0.49% | 0.58% | - |
| HSV(B) | 68.49º | 0.53% | 0.78% | - |
| XYZ | 42.68 | 52.43 | 18.46 | - |
| YUV | 183.43 | 77.53 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 94 | 0.08 | 0 | 0.53 | 0.22 | 68.49 | 0.49 | 0.58 |
| Hex | B9 | C8 | 5E | 8 | 0 | 35 | 16 | 44 | 31 | 3A |
| Octal | 271 | 310 | 136 | 10 | 0 | 65 | 26 | 104 | 61 | 72 |
| Binary | 10111001 | 11001000 | 1011110 | 1000 | 0 | 110101 | 10110 | 1000100 | 110001 | 111010 |
Color Harmonies of #B9C85E
Complementary color
Monochromatic Colors of #B9C85E
Black with #B9C85E
Text Example
Text Example
White with #B9C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C85E; }
p { color: rgb(185,200,94); }
H1.HeaderClassName
{
color: #B9C85E;
}
.AnyTagClassName
{
color: #B9C85E;
}
</style>
background-color css
<style>
a { background-color: #B9C85E; }
a { background-color: rgb(185,200,94); }
div.DivClassName
{
background-color: #B9C85E;
}
.BgClassName
{
background-color: #B9C85E;
}
</style>
border-color css
<style>
span { border-color: #B9C85E; }
span { border-color: rgb(185,200,94); }
td.TdClassName
{
border-color: #B9C85E;
}
.TagClassName
{
border-color: #B9C85E;
}
</style>