Shades of Wild Willow #B8C86A
Tints of Wild Willow #B8C86A
RGB
CMYK
RGB Variations
Color information
#B8C86A (or 0xB8C86A) is known color: Wild Willow. HEX triplet: B8, C8 and 6A. RGB value is (184,200,106). Sum of RGB (Red+Green+Blue) = 184+200+106=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C86A is #473795. Grayscale: #B8B8B8. Windows color (decimal): -4667286 or 6998200. OLE color: 6998200.
HSL color Cylindrical-coordinate representation of color #B8C86A: hue angle of 70.21º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8C86A is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 106 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.22 |
| HSL | 70.21º | 0.46% | 0.6% | - |
| HSV(B) | 70.21º | 0.47% | 0.78% | - |
| XYZ | 43.02 | 52.54 | 21.51 | - |
| YUV | 184.5 | 83.7 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 106 | 0.08 | 0 | 0.47 | 0.22 | 70.21 | 0.46 | 0.6 |
| Hex | B8 | C8 | 6A | 8 | 0 | 2F | 16 | 46 | 2E | 3C |
| Octal | 270 | 310 | 152 | 10 | 0 | 57 | 26 | 106 | 56 | 74 |
| Binary | 10111000 | 11001000 | 1101010 | 1000 | 0 | 101111 | 10110 | 1000110 | 101110 | 111100 |
Color Harmonies of #B8C86A
Complementary color
Monochromatic Colors of #B8C86A
Black with #B8C86A
Text Example
Text Example
White with #B8C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C86A; }
p { color: rgb(184,200,106); }
H1.HeaderClassName
{
color: #B8C86A;
}
.AnyTagClassName
{
color: #B8C86A;
}
</style>
background-color css
<style>
a { background-color: #B8C86A; }
a { background-color: rgb(184,200,106); }
div.DivClassName
{
background-color: #B8C86A;
}
.BgClassName
{
background-color: #B8C86A;
}
</style>
border-color css
<style>
span { border-color: #B8C86A; }
span { border-color: rgb(184,200,106); }
td.TdClassName
{
border-color: #B8C86A;
}
.TagClassName
{
border-color: #B8C86A;
}
</style>