Shades of Wild Willow #B2C95F
Tints of Wild Willow #B2C95F
RGB
CMYK
RGB Variations
Color information
#B2C95F (or 0xB2C95F) is known color: Wild Willow. HEX triplet: B2, C9 and 5F. RGB value is (178,201,95). Sum of RGB (Red+Green+Blue) = 178+201+95=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C95F is #4D36A0. Grayscale: #B6B6B6. Windows color (decimal): -5060257 or 6277554. OLE color: 6277554.
HSL color Cylindrical-coordinate representation of color #B2C95F: hue angle of 73.02º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2C95F is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 95 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.21 |
| HSL | 73.02º | 0.5% | 0.58% | - |
| HSV(B) | 73.02º | 0.53% | 0.79% | - |
| XYZ | 41.31 | 52.06 | 18.7 | - |
| YUV | 182.04 | 78.88 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 95 | 0.11 | 0 | 0.53 | 0.21 | 73.02 | 0.5 | 0.58 |
| Hex | B2 | C9 | 5F | B | 0 | 35 | 15 | 49 | 32 | 3A |
| Octal | 262 | 311 | 137 | 13 | 0 | 65 | 25 | 111 | 62 | 72 |
| Binary | 10110010 | 11001001 | 1011111 | 1011 | 0 | 110101 | 10101 | 1001001 | 110010 | 111010 |
Color Harmonies of #B2C95F
Complementary color
Monochromatic Colors of #B2C95F
Black with #B2C95F
Text Example
Text Example
White with #B2C95F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C95F; }
p { color: rgb(178,201,95); }
H1.HeaderClassName
{
color: #B2C95F;
}
.AnyTagClassName
{
color: #B2C95F;
}
</style>
background-color css
<style>
a { background-color: #B2C95F; }
a { background-color: rgb(178,201,95); }
div.DivClassName
{
background-color: #B2C95F;
}
.BgClassName
{
background-color: #B2C95F;
}
</style>
border-color css
<style>
span { border-color: #B2C95F; }
span { border-color: rgb(178,201,95); }
td.TdClassName
{
border-color: #B2C95F;
}
.TagClassName
{
border-color: #B2C95F;
}
</style>