Shades of Wild Willow #B0C55E
Tints of Wild Willow #B0C55E
RGB
CMYK
RGB Variations
Color information
#B0C55E (or 0xB0C55E) is known color: Wild Willow. HEX triplet: B0, C5 and 5E. RGB value is (176,197,94). Sum of RGB (Red+Green+Blue) = 176+197+94=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C55E is #4F3AA1. Grayscale: #B3B3B3. Windows color (decimal): -5192354 or 6210992. OLE color: 6210992.
HSL color Cylindrical-coordinate representation of color #B0C55E: hue angle of 72.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0C55E is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 94 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.23 |
| HSL | 72.23º | 0.47% | 0.57% | - |
| HSV(B) | 72.23º | 0.52% | 0.77% | - |
| XYZ | 39.89 | 49.97 | 18.13 | - |
| YUV | 178.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 94 | 0.11 | 0 | 0.52 | 0.23 | 72.23 | 0.47 | 0.57 |
| Hex | B0 | C5 | 5E | B | 0 | 34 | 17 | 48 | 2F | 39 |
| Octal | 260 | 305 | 136 | 13 | 0 | 64 | 27 | 110 | 57 | 71 |
| Binary | 10110000 | 11000101 | 1011110 | 1011 | 0 | 110100 | 10111 | 1001000 | 101111 | 111001 |
Color Harmonies of #B0C55E
Complementary color
Monochromatic Colors of #B0C55E
Black with #B0C55E
Text Example
Text Example
White with #B0C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C55E; }
p { color: rgb(176,197,94); }
H1.HeaderClassName
{
color: #B0C55E;
}
.AnyTagClassName
{
color: #B0C55E;
}
</style>
background-color css
<style>
a { background-color: #B0C55E; }
a { background-color: rgb(176,197,94); }
div.DivClassName
{
background-color: #B0C55E;
}
.BgClassName
{
background-color: #B0C55E;
}
</style>
border-color css
<style>
span { border-color: #B0C55E; }
span { border-color: rgb(176,197,94); }
td.TdClassName
{
border-color: #B0C55E;
}
.TagClassName
{
border-color: #B0C55E;
}
</style>