Shades of Wild Willow #B9C36B
Tints of Wild Willow #B9C36B
RGB
CMYK
RGB Variations
Color information
#B9C36B (or 0xB9C36B) is known color: Wild Willow. HEX triplet: B9, C3 and 6B. RGB value is (185,195,107). Sum of RGB (Red+Green+Blue) = 185+195+107=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C36B is #463C94. Grayscale: #B6B6B6. Windows color (decimal): -4603029 or 7062457. OLE color: 7062457.
HSL color Cylindrical-coordinate representation of color #B9C36B: hue angle of 66.82º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B9C36B is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 107 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.24 |
| HSL | 66.82º | 0.42% | 0.59% | - |
| HSV(B) | 66.82º | 0.45% | 0.76% | - |
| XYZ | 42.18 | 50.41 | 21.42 | - |
| YUV | 181.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 107 | 0.05 | 0 | 0.45 | 0.24 | 66.82 | 0.42 | 0.59 |
| Hex | B9 | C3 | 6B | 5 | 0 | 2D | 18 | 43 | 2A | 3B |
| Octal | 271 | 303 | 153 | 5 | 0 | 55 | 30 | 103 | 52 | 73 |
| Binary | 10111001 | 11000011 | 1101011 | 101 | 0 | 101101 | 11000 | 1000011 | 101010 | 111011 |
Color Harmonies of #B9C36B
Complementary color
Monochromatic Colors of #B9C36B
Black with #B9C36B
Text Example
Text Example
White with #B9C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C36B; }
p { color: rgb(185,195,107); }
H1.HeaderClassName
{
color: #B9C36B;
}
.AnyTagClassName
{
color: #B9C36B;
}
</style>
background-color css
<style>
a { background-color: #B9C36B; }
a { background-color: rgb(185,195,107); }
div.DivClassName
{
background-color: #B9C36B;
}
.BgClassName
{
background-color: #B9C36B;
}
</style>
border-color css
<style>
span { border-color: #B9C36B; }
span { border-color: rgb(185,195,107); }
td.TdClassName
{
border-color: #B9C36B;
}
.TagClassName
{
border-color: #B9C36B;
}
</style>