Shades of Wild Willow #B0C064
Tints of Wild Willow #B0C064
RGB
CMYK
RGB Variations
Color information
#B0C064 (or 0xB0C064) is known color: Wild Willow. HEX triplet: B0, C0 and 64. RGB value is (176,192,100). Sum of RGB (Red+Green+Blue) = 176+192+100=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C064 is #4F3F9B. Grayscale: #B1B1B1. Windows color (decimal): -5193628 or 6602928. OLE color: 6602928.
HSL color Cylindrical-coordinate representation of color #B0C064: hue angle of 70.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0C064 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 100 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.25 |
| HSL | 70.43º | 0.42% | 0.57% | - |
| HSV(B) | 70.43º | 0.48% | 0.75% | - |
| XYZ | 39.05 | 47.85 | 19.23 | - |
| YUV | 176.73 | 84.7 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 100 | 0.08 | 0 | 0.48 | 0.25 | 70.43 | 0.42 | 0.57 |
| Hex | B0 | C0 | 64 | 8 | 0 | 30 | 19 | 46 | 2A | 39 |
| Octal | 260 | 300 | 144 | 10 | 0 | 60 | 31 | 106 | 52 | 71 |
| Binary | 10110000 | 11000000 | 1100100 | 1000 | 0 | 110000 | 11001 | 1000110 | 101010 | 111001 |
Color Harmonies of #B0C064
Complementary color
Monochromatic Colors of #B0C064
Black with #B0C064
Text Example
Text Example
White with #B0C064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C064; }
p { color: rgb(176,192,100); }
H1.HeaderClassName
{
color: #B0C064;
}
.AnyTagClassName
{
color: #B0C064;
}
</style>
background-color css
<style>
a { background-color: #B0C064; }
a { background-color: rgb(176,192,100); }
div.DivClassName
{
background-color: #B0C064;
}
.BgClassName
{
background-color: #B0C064;
}
</style>
border-color css
<style>
span { border-color: #B0C064; }
span { border-color: rgb(176,192,100); }
td.TdClassName
{
border-color: #B0C064;
}
.TagClassName
{
border-color: #B0C064;
}
</style>