Shades of Wild Willow #B4C86A
Tints of Wild Willow #B4C86A
RGB
CMYK
RGB Variations
Color information
#B4C86A (or 0xB4C86A) is known color: Wild Willow. HEX triplet: B4, C8 and 6A. RGB value is (180,200,106). Sum of RGB (Red+Green+Blue) = 180+200+106=486 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.04% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C86A is #4B3795. Grayscale: #B7B7B7. Windows color (decimal): -4929430 or 6998196. OLE color: 6998196.
HSL color Cylindrical-coordinate representation of color #B4C86A: hue angle of 72.77º 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 #B4C86A is Cyan = 0.1, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 106 | - |
| CMYK | 0.1 | 0 | 0.47 | 0.22 |
| HSL | 72.77º | 0.46% | 0.6% | - |
| HSV(B) | 72.77º | 0.47% | 0.78% | - |
| XYZ | 42.08 | 52.05 | 21.47 | - |
| YUV | 183.3 | 84.37 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 106 | 0.1 | 0 | 0.47 | 0.22 | 72.77 | 0.46 | 0.6 |
| Hex | B4 | C8 | 6A | A | 0 | 2F | 16 | 49 | 2E | 3C |
| Octal | 264 | 310 | 152 | 12 | 0 | 57 | 26 | 111 | 56 | 74 |
| Binary | 10110100 | 11001000 | 1101010 | 1010 | 0 | 101111 | 10110 | 1001001 | 101110 | 111100 |
Color Harmonies of #B4C86A
Complementary color
Monochromatic Colors of #B4C86A
Black with #B4C86A
Text Example
Text Example
White with #B4C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C86A; }
p { color: rgb(180,200,106); }
H1.HeaderClassName
{
color: #B4C86A;
}
.AnyTagClassName
{
color: #B4C86A;
}
</style>
background-color css
<style>
a { background-color: #B4C86A; }
a { background-color: rgb(180,200,106); }
div.DivClassName
{
background-color: #B4C86A;
}
.BgClassName
{
background-color: #B4C86A;
}
</style>
border-color css
<style>
span { border-color: #B4C86A; }
span { border-color: rgb(180,200,106); }
td.TdClassName
{
border-color: #B4C86A;
}
.TagClassName
{
border-color: #B4C86A;
}
</style>