Shades of Wild Willow #B8C96E
Tints of Wild Willow #B8C96E
RGB
CMYK
RGB Variations
Color information
#B8C96E (or 0xB8C96E) is known color: Wild Willow. HEX triplet: B8, C9 and 6E. RGB value is (184,201,110). Sum of RGB (Red+Green+Blue) = 184+201+110=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C96E is #473691. Grayscale: #B9B9B9. Windows color (decimal): -4667026 or 7260600. OLE color: 7260600.
HSL color Cylindrical-coordinate representation of color #B8C96E: hue angle of 71.21º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B8C96E is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 110 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.21 |
| HSL | 71.21º | 0.46% | 0.61% | - |
| HSV(B) | 71.21º | 0.45% | 0.79% | - |
| XYZ | 43.47 | 53.09 | 22.71 | - |
| YUV | 185.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 110 | 0.08 | 0 | 0.45 | 0.21 | 71.21 | 0.46 | 0.61 |
| Hex | B8 | C9 | 6E | 8 | 0 | 2D | 15 | 47 | 2E | 3D |
| Octal | 270 | 311 | 156 | 10 | 0 | 55 | 25 | 107 | 56 | 75 |
| Binary | 10111000 | 11001001 | 1101110 | 1000 | 0 | 101101 | 10101 | 1000111 | 101110 | 111101 |
Color Harmonies of #B8C96E
Complementary color
Monochromatic Colors of #B8C96E
Black with #B8C96E
Text Example
Text Example
White with #B8C96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C96E; }
p { color: rgb(184,201,110); }
H1.HeaderClassName
{
color: #B8C96E;
}
.AnyTagClassName
{
color: #B8C96E;
}
</style>
background-color css
<style>
a { background-color: #B8C96E; }
a { background-color: rgb(184,201,110); }
div.DivClassName
{
background-color: #B8C96E;
}
.BgClassName
{
background-color: #B8C96E;
}
</style>
border-color css
<style>
span { border-color: #B8C96E; }
span { border-color: rgb(184,201,110); }
td.TdClassName
{
border-color: #B8C96E;
}
.TagClassName
{
border-color: #B8C96E;
}
</style>