Shades of Wild Willow #B6C96C
Tints of Wild Willow #B6C96C
RGB
CMYK
RGB Variations
Color information
#B6C96C (or 0xB6C96C) is known color: Wild Willow. HEX triplet: B6, C9 and 6C. RGB value is (182,201,108). Sum of RGB (Red+Green+Blue) = 182+201+108=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C96C is #493693. Grayscale: #B9B9B9. Windows color (decimal): -4798100 or 7129526. OLE color: 7129526.
HSL color Cylindrical-coordinate representation of color #B6C96C: hue angle of 72.26º 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 #B6C96C is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 201 | 108 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.21 |
| HSL | 72.26º | 0.46% | 0.61% | - |
| HSV(B) | 72.26º | 0.46% | 0.79% | - |
| XYZ | 42.88 | 52.8 | 22.12 | - |
| YUV | 184.72 | 84.71 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 201 | 108 | 0.09 | 0 | 0.46 | 0.21 | 72.26 | 0.46 | 0.61 |
| Hex | B6 | C9 | 6C | 9 | 0 | 2E | 15 | 48 | 2E | 3D |
| Octal | 266 | 311 | 154 | 11 | 0 | 56 | 25 | 110 | 56 | 75 |
| Binary | 10110110 | 11001001 | 1101100 | 1001 | 0 | 101110 | 10101 | 1001000 | 101110 | 111101 |
Color Harmonies of #B6C96C
Complementary color
Monochromatic Colors of #B6C96C
Black with #B6C96C
Text Example
Text Example
White with #B6C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C96C; }
p { color: rgb(182,201,108); }
H1.HeaderClassName
{
color: #B6C96C;
}
.AnyTagClassName
{
color: #B6C96C;
}
</style>
background-color css
<style>
a { background-color: #B6C96C; }
a { background-color: rgb(182,201,108); }
div.DivClassName
{
background-color: #B6C96C;
}
.BgClassName
{
background-color: #B6C96C;
}
</style>
border-color css
<style>
span { border-color: #B6C96C; }
span { border-color: rgb(182,201,108); }
td.TdClassName
{
border-color: #B6C96C;
}
.TagClassName
{
border-color: #B6C96C;
}
</style>