Shades of Wild Willow #B9C861
Tints of Wild Willow #B9C861
RGB
CMYK
RGB Variations
Color information
#B9C861 (or 0xB9C861) is known color: Wild Willow. HEX triplet: B9, C8 and 61. RGB value is (185,200,97). Sum of RGB (Red+Green+Blue) = 185+200+97=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C861 is #46379E. Grayscale: #B8B8B8. Windows color (decimal): -4601759 or 6408377. OLE color: 6408377.
HSL color Cylindrical-coordinate representation of color #B9C861: hue angle of 68.74º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9C861 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 97 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.22 |
| HSL | 68.74º | 0.48% | 0.58% | - |
| HSV(B) | 68.74º | 0.52% | 0.78% | - |
| XYZ | 42.82 | 52.49 | 19.18 | - |
| YUV | 183.77 | 79.03 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 97 | 0.08 | 0 | 0.52 | 0.22 | 68.74 | 0.48 | 0.58 |
| Hex | B9 | C8 | 61 | 8 | 0 | 34 | 16 | 45 | 30 | 3A |
| Octal | 271 | 310 | 141 | 10 | 0 | 64 | 26 | 105 | 60 | 72 |
| Binary | 10111001 | 11001000 | 1100001 | 1000 | 0 | 110100 | 10110 | 1000101 | 110000 | 111010 |
Color Harmonies of #B9C861
Complementary color
Monochromatic Colors of #B9C861
Black with #B9C861
Text Example
Text Example
White with #B9C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C861; }
p { color: rgb(185,200,97); }
H1.HeaderClassName
{
color: #B9C861;
}
.AnyTagClassName
{
color: #B9C861;
}
</style>
background-color css
<style>
a { background-color: #B9C861; }
a { background-color: rgb(185,200,97); }
div.DivClassName
{
background-color: #B9C861;
}
.BgClassName
{
background-color: #B9C861;
}
</style>
border-color css
<style>
span { border-color: #B9C861; }
span { border-color: rgb(185,200,97); }
td.TdClassName
{
border-color: #B9C861;
}
.TagClassName
{
border-color: #B9C861;
}
</style>