Shades of Wild Willow #B9C869
Tints of Wild Willow #B9C869
RGB
CMYK
RGB Variations
Color information
#B9C869 (or 0xB9C869) is known color: Wild Willow. HEX triplet: B9, C8 and 69. RGB value is (185,200,105). Sum of RGB (Red+Green+Blue) = 185+200+105=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C869 is #463796. Grayscale: #B9B9B9. Windows color (decimal): -4601751 or 6932665. OLE color: 6932665.
HSL color Cylindrical-coordinate representation of color #B9C869: hue angle of 69.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9C869 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 105 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.22 |
| HSL | 69.47º | 0.46% | 0.6% | - |
| HSV(B) | 69.47º | 0.48% | 0.78% | - |
| XYZ | 43.21 | 52.64 | 21.25 | - |
| YUV | 184.69 | 83.03 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 105 | 0.08 | 0 | 0.48 | 0.22 | 69.47 | 0.46 | 0.6 |
| Hex | B9 | C8 | 69 | 8 | 0 | 30 | 16 | 45 | 2E | 3C |
| Octal | 271 | 310 | 151 | 10 | 0 | 60 | 26 | 105 | 56 | 74 |
| Binary | 10111001 | 11001000 | 1101001 | 1000 | 0 | 110000 | 10110 | 1000101 | 101110 | 111100 |
Color Harmonies of #B9C869
Complementary color
Monochromatic Colors of #B9C869
Black with #B9C869
Text Example
Text Example
White with #B9C869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C869; }
p { color: rgb(185,200,105); }
H1.HeaderClassName
{
color: #B9C869;
}
.AnyTagClassName
{
color: #B9C869;
}
</style>
background-color css
<style>
a { background-color: #B9C869; }
a { background-color: rgb(185,200,105); }
div.DivClassName
{
background-color: #B9C869;
}
.BgClassName
{
background-color: #B9C869;
}
</style>
border-color css
<style>
span { border-color: #B9C869; }
span { border-color: rgb(185,200,105); }
td.TdClassName
{
border-color: #B9C869;
}
.TagClassName
{
border-color: #B9C869;
}
</style>