Shades of Wild Willow #B0C25F
Tints of Wild Willow #B0C25F
RGB
CMYK
RGB Variations
Color information
#B0C25F (or 0xB0C25F) is known color: Wild Willow. HEX triplet: B0, C2 and 5F. RGB value is (176,194,95). Sum of RGB (Red+Green+Blue) = 176+194+95=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C25F is #4F3DA0. Grayscale: #B1B1B1. Windows color (decimal): -5193121 or 6275760. OLE color: 6275760.
HSL color Cylindrical-coordinate representation of color #B0C25F: hue angle of 70.91º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0C25F is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 194 | 95 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.24 |
| HSL | 70.91º | 0.45% | 0.57% | - |
| HSV(B) | 70.91º | 0.51% | 0.76% | - |
| XYZ | 39.26 | 48.64 | 18.15 | - |
| YUV | 177.33 | 81.54 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 194 | 95 | 0.09 | 0 | 0.51 | 0.24 | 70.91 | 0.45 | 0.57 |
| Hex | B0 | C2 | 5F | 9 | 0 | 33 | 18 | 47 | 2D | 39 |
| Octal | 260 | 302 | 137 | 11 | 0 | 63 | 30 | 107 | 55 | 71 |
| Binary | 10110000 | 11000010 | 1011111 | 1001 | 0 | 110011 | 11000 | 1000111 | 101101 | 111001 |
Color Harmonies of #B0C25F
Complementary color
Monochromatic Colors of #B0C25F
Black with #B0C25F
Text Example
Text Example
White with #B0C25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C25F; }
p { color: rgb(176,194,95); }
H1.HeaderClassName
{
color: #B0C25F;
}
.AnyTagClassName
{
color: #B0C25F;
}
</style>
background-color css
<style>
a { background-color: #B0C25F; }
a { background-color: rgb(176,194,95); }
div.DivClassName
{
background-color: #B0C25F;
}
.BgClassName
{
background-color: #B0C25F;
}
</style>
border-color css
<style>
span { border-color: #B0C25F; }
span { border-color: rgb(176,194,95); }
td.TdClassName
{
border-color: #B0C25F;
}
.TagClassName
{
border-color: #B0C25F;
}
</style>