Shades of Wild Willow #B8C96C
Tints of Wild Willow #B8C96C
RGB
CMYK
RGB Variations
Color information
#B8C96C (or 0xB8C96C) is known color: Wild Willow. HEX triplet: B8, C9 and 6C. RGB value is (184,201,108). Sum of RGB (Red+Green+Blue) = 184+201+108=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C96C is #473693. Grayscale: #B9B9B9. Windows color (decimal): -4667028 or 7129528. OLE color: 7129528.
HSL color Cylindrical-coordinate representation of color #B8C96C: hue angle of 70.97º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8C96C is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 108 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.21 |
| HSL | 70.97º | 0.46% | 0.61% | - |
| HSV(B) | 70.97º | 0.46% | 0.79% | - |
| XYZ | 43.36 | 53.05 | 22.14 | - |
| YUV | 185.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 108 | 0.08 | 0 | 0.46 | 0.21 | 70.97 | 0.46 | 0.61 |
| Hex | B8 | C9 | 6C | 8 | 0 | 2E | 15 | 47 | 2E | 3D |
| Octal | 270 | 311 | 154 | 10 | 0 | 56 | 25 | 107 | 56 | 75 |
| Binary | 10111000 | 11001001 | 1101100 | 1000 | 0 | 101110 | 10101 | 1000111 | 101110 | 111101 |
Color Harmonies of #B8C96C
Complementary color
Monochromatic Colors of #B8C96C
Black with #B8C96C
Text Example
Text Example
White with #B8C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C96C; }
p { color: rgb(184,201,108); }
H1.HeaderClassName
{
color: #B8C96C;
}
.AnyTagClassName
{
color: #B8C96C;
}
</style>
background-color css
<style>
a { background-color: #B8C96C; }
a { background-color: rgb(184,201,108); }
div.DivClassName
{
background-color: #B8C96C;
}
.BgClassName
{
background-color: #B8C96C;
}
</style>
border-color css
<style>
span { border-color: #B8C96C; }
span { border-color: rgb(184,201,108); }
td.TdClassName
{
border-color: #B8C96C;
}
.TagClassName
{
border-color: #B8C96C;
}
</style>