Shades of Wild Willow #B0C65B
Tints of Wild Willow #B0C65B
RGB
CMYK
RGB Variations
Color information
#B0C65B (or 0xB0C65B) is known color: Wild Willow. HEX triplet: B0, C6 and 5B. RGB value is (176,198,91). Sum of RGB (Red+Green+Blue) = 176+198+91=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C65B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C65B is #4F39A4. Grayscale: #B3B3B3. Windows color (decimal): -5192101 or 6014640. OLE color: 6014640.
HSL color Cylindrical-coordinate representation of color #B0C65B: hue angle of 72.34º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0C65B is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 91 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.22 |
| HSL | 72.34º | 0.48% | 0.57% | - |
| HSV(B) | 72.34º | 0.54% | 0.78% | - |
| XYZ | 39.99 | 50.37 | 17.51 | - |
| YUV | 179.22 | 78.21 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 91 | 0.11 | 0 | 0.54 | 0.22 | 72.34 | 0.48 | 0.57 |
| Hex | B0 | C6 | 5B | B | 0 | 36 | 16 | 48 | 30 | 39 |
| Octal | 260 | 306 | 133 | 13 | 0 | 66 | 26 | 110 | 60 | 71 |
| Binary | 10110000 | 11000110 | 1011011 | 1011 | 0 | 110110 | 10110 | 1001000 | 110000 | 111001 |
Color Harmonies of #B0C65B
Complementary color
Monochromatic Colors of #B0C65B
Black with #B0C65B
Text Example
Text Example
White with #B0C65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C65B; }
p { color: rgb(176,198,91); }
H1.HeaderClassName
{
color: #B0C65B;
}
.AnyTagClassName
{
color: #B0C65B;
}
</style>
background-color css
<style>
a { background-color: #B0C65B; }
a { background-color: rgb(176,198,91); }
div.DivClassName
{
background-color: #B0C65B;
}
.BgClassName
{
background-color: #B0C65B;
}
</style>
border-color css
<style>
span { border-color: #B0C65B; }
span { border-color: rgb(176,198,91); }
td.TdClassName
{
border-color: #B0C65B;
}
.TagClassName
{
border-color: #B0C65B;
}
</style>