Shades of Wild Willow #B9C067
Tints of Wild Willow #B9C067
RGB
CMYK
RGB Variations
Color information
#B9C067 (or 0xB9C067) is known color: Wild Willow. HEX triplet: B9, C0 and 67. RGB value is (185,192,103). Sum of RGB (Red+Green+Blue) = 185+192+103=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C067 is #463F98. Grayscale: #B4B4B4. Windows color (decimal): -4603801 or 6799545. OLE color: 6799545.
HSL color Cylindrical-coordinate representation of color #B9C067: hue angle of 64.72º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9C067 is Cyan = 0.04, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 192 | 103 | - |
| CMYK | 0.04 | 0 | 0.46 | 0.25 |
| HSL | 64.72º | 0.41% | 0.58% | - |
| HSV(B) | 64.72º | 0.46% | 0.75% | - |
| XYZ | 41.31 | 48.99 | 20.11 | - |
| YUV | 179.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 192 | 103 | 0.04 | 0 | 0.46 | 0.25 | 64.72 | 0.41 | 0.58 |
| Hex | B9 | C0 | 67 | 4 | 0 | 2E | 19 | 41 | 29 | 3A |
| Octal | 271 | 300 | 147 | 4 | 0 | 56 | 31 | 101 | 51 | 72 |
| Binary | 10111001 | 11000000 | 1100111 | 100 | 0 | 101110 | 11001 | 1000001 | 101001 | 111010 |
Color Harmonies of #B9C067
Complementary color
Monochromatic Colors of #B9C067
Black with #B9C067
Text Example
Text Example
White with #B9C067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C067; }
p { color: rgb(185,192,103); }
H1.HeaderClassName
{
color: #B9C067;
}
.AnyTagClassName
{
color: #B9C067;
}
</style>
background-color css
<style>
a { background-color: #B9C067; }
a { background-color: rgb(185,192,103); }
div.DivClassName
{
background-color: #B9C067;
}
.BgClassName
{
background-color: #B9C067;
}
</style>
border-color css
<style>
span { border-color: #B9C067; }
span { border-color: rgb(185,192,103); }
td.TdClassName
{
border-color: #B9C067;
}
.TagClassName
{
border-color: #B9C067;
}
</style>