Shades of Wild Willow #B2C96C
Tints of Wild Willow #B2C96C
RGB
CMYK
RGB Variations
Color information
#B2C96C (or 0xB2C96C) is known color: Wild Willow. HEX triplet: B2, C9 and 6C. RGB value is (178,201,108). Sum of RGB (Red+Green+Blue) = 178+201+108=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C96C is #4D3693. Grayscale: #B7B7B7. Windows color (decimal): -5060244 or 7129522. OLE color: 7129522.
HSL color Cylindrical-coordinate representation of color #B2C96C: hue angle of 74.84º 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 #B2C96C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 108 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.21 |
| HSL | 74.84º | 0.46% | 0.61% | - |
| HSV(B) | 74.84º | 0.46% | 0.79% | - |
| XYZ | 41.95 | 52.32 | 22.08 | - |
| YUV | 183.52 | 85.38 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 108 | 0.11 | 0 | 0.46 | 0.21 | 74.84 | 0.46 | 0.61 |
| Hex | B2 | C9 | 6C | B | 0 | 2E | 15 | 4B | 2E | 3D |
| Octal | 262 | 311 | 154 | 13 | 0 | 56 | 25 | 113 | 56 | 75 |
| Binary | 10110010 | 11001001 | 1101100 | 1011 | 0 | 101110 | 10101 | 1001011 | 101110 | 111101 |
Color Harmonies of #B2C96C
Complementary color
Monochromatic Colors of #B2C96C
Black with #B2C96C
Text Example
Text Example
White with #B2C96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C96C; }
p { color: rgb(178,201,108); }
H1.HeaderClassName
{
color: #B2C96C;
}
.AnyTagClassName
{
color: #B2C96C;
}
</style>
background-color css
<style>
a { background-color: #B2C96C; }
a { background-color: rgb(178,201,108); }
div.DivClassName
{
background-color: #B2C96C;
}
.BgClassName
{
background-color: #B2C96C;
}
</style>
border-color css
<style>
span { border-color: #B2C96C; }
span { border-color: rgb(178,201,108); }
td.TdClassName
{
border-color: #B2C96C;
}
.TagClassName
{
border-color: #B2C96C;
}
</style>