Shades of Wild Willow #B9C867
Tints of Wild Willow #B9C867
RGB
CMYK
RGB Variations
Color information
#B9C867 (or 0xB9C867) is known color: Wild Willow. HEX triplet: B9, C8 and 67. RGB value is (185,200,103). Sum of RGB (Red+Green+Blue) = 185+200+103=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C867 is #463798. Grayscale: #B8B8B8. Windows color (decimal): -4601753 or 6801593. OLE color: 6801593.
HSL color Cylindrical-coordinate representation of color #B9C867: hue angle of 69.28º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9C867 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 200 | 103 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.22 |
| HSL | 69.28º | 0.47% | 0.59% | - |
| HSV(B) | 69.28º | 0.49% | 0.78% | - |
| XYZ | 43.11 | 52.6 | 20.71 | - |
| YUV | 184.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 200 | 103 | 0.08 | 0 | 0.48 | 0.22 | 69.28 | 0.47 | 0.59 |
| Hex | B9 | C8 | 67 | 8 | 0 | 30 | 16 | 45 | 2F | 3B |
| Octal | 271 | 310 | 147 | 10 | 0 | 60 | 26 | 105 | 57 | 73 |
| Binary | 10111001 | 11001000 | 1100111 | 1000 | 0 | 110000 | 10110 | 1000101 | 101111 | 111011 |
Color Harmonies of #B9C867
Complementary color
Monochromatic Colors of #B9C867
Black with #B9C867
Text Example
Text Example
White with #B9C867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C867; }
p { color: rgb(185,200,103); }
H1.HeaderClassName
{
color: #B9C867;
}
.AnyTagClassName
{
color: #B9C867;
}
</style>
background-color css
<style>
a { background-color: #B9C867; }
a { background-color: rgb(185,200,103); }
div.DivClassName
{
background-color: #B9C867;
}
.BgClassName
{
background-color: #B9C867;
}
</style>
border-color css
<style>
span { border-color: #B9C867; }
span { border-color: rgb(185,200,103); }
td.TdClassName
{
border-color: #B9C867;
}
.TagClassName
{
border-color: #B9C867;
}
</style>