Shades of Wild Willow #B9C36C
Tints of Wild Willow #B9C36C
RGB
CMYK
RGB Variations
Color information
#B9C36C (or 0xB9C36C) is known color: Wild Willow. HEX triplet: B9, C3 and 6C. RGB value is (185,195,108). Sum of RGB (Red+Green+Blue) = 185+195+108=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 195 (76.56% from 255 or 39.96% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C36C is #463C93. Grayscale: #B6B6B6. Windows color (decimal): -4603028 or 7127993. OLE color: 7127993.
HSL color Cylindrical-coordinate representation of color #B9C36C: hue angle of 66.9º 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 #B9C36C is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 195 | 108 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.24 |
| HSL | 66.9º | 0.42% | 0.59% | - |
| HSV(B) | 66.9º | 0.45% | 0.76% | - |
| XYZ | 42.23 | 50.43 | 21.7 | - |
| YUV | 182.09 | 86.19 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 195 | 108 | 0.05 | 0 | 0.45 | 0.24 | 66.9 | 0.42 | 0.59 |
| Hex | B9 | C3 | 6C | 5 | 0 | 2D | 18 | 43 | 2A | 3B |
| Octal | 271 | 303 | 154 | 5 | 0 | 55 | 30 | 103 | 52 | 73 |
| Binary | 10111001 | 11000011 | 1101100 | 101 | 0 | 101101 | 11000 | 1000011 | 101010 | 111011 |
Color Harmonies of #B9C36C
Complementary color
Monochromatic Colors of #B9C36C
Black with #B9C36C
Text Example
Text Example
White with #B9C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C36C; }
p { color: rgb(185,195,108); }
H1.HeaderClassName
{
color: #B9C36C;
}
.AnyTagClassName
{
color: #B9C36C;
}
</style>
background-color css
<style>
a { background-color: #B9C36C; }
a { background-color: rgb(185,195,108); }
div.DivClassName
{
background-color: #B9C36C;
}
.BgClassName
{
background-color: #B9C36C;
}
</style>
border-color css
<style>
span { border-color: #B9C36C; }
span { border-color: rgb(185,195,108); }
td.TdClassName
{
border-color: #B9C36C;
}
.TagClassName
{
border-color: #B9C36C;
}
</style>