Shades of Wild Willow #B0C95C
Tints of Wild Willow #B0C95C
RGB
CMYK
RGB Variations
Color information
#B0C95C (or 0xB0C95C) is known color: Wild Willow. HEX triplet: B0, C9 and 5C. RGB value is (176,201,92). Sum of RGB (Red+Green+Blue) = 176+201+92=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C95C is #4F36A3. Grayscale: #B5B5B5. Windows color (decimal): -5191332 or 6080944. OLE color: 6080944.
HSL color Cylindrical-coordinate representation of color #B0C95C: hue angle of 73.76º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0C95C is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 92 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.21 |
| HSL | 73.76º | 0.5% | 0.57% | - |
| HSV(B) | 73.76º | 0.54% | 0.79% | - |
| XYZ | 40.72 | 51.78 | 17.97 | - |
| YUV | 181.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 92 | 0.12 | 0 | 0.54 | 0.21 | 73.76 | 0.5 | 0.57 |
| Hex | B0 | C9 | 5C | C | 0 | 36 | 15 | 4A | 32 | 39 |
| Octal | 260 | 311 | 134 | 14 | 0 | 66 | 25 | 112 | 62 | 71 |
| Binary | 10110000 | 11001001 | 1011100 | 1100 | 0 | 110110 | 10101 | 1001010 | 110010 | 111001 |
Color Harmonies of #B0C95C
Complementary color
Monochromatic Colors of #B0C95C
Black with #B0C95C
Text Example
Text Example
White with #B0C95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C95C; }
p { color: rgb(176,201,92); }
H1.HeaderClassName
{
color: #B0C95C;
}
.AnyTagClassName
{
color: #B0C95C;
}
</style>
background-color css
<style>
a { background-color: #B0C95C; }
a { background-color: rgb(176,201,92); }
div.DivClassName
{
background-color: #B0C95C;
}
.BgClassName
{
background-color: #B0C95C;
}
</style>
border-color css
<style>
span { border-color: #B0C95C; }
span { border-color: rgb(176,201,92); }
td.TdClassName
{
border-color: #B0C95C;
}
.TagClassName
{
border-color: #B0C95C;
}
</style>