Shades of Wild Willow #B0C865
Tints of Wild Willow #B0C865
RGB
CMYK
RGB Variations
Color information
#B0C865 (or 0xB0C865) is known color: Wild Willow. HEX triplet: B0, C8 and 65. RGB value is (176,200,101). Sum of RGB (Red+Green+Blue) = 176+200+101=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C865 is #4F379A. Grayscale: #B5B5B5. Windows color (decimal): -5191579 or 6670512. OLE color: 6670512.
HSL color Cylindrical-coordinate representation of color #B0C865: hue angle of 74.55º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0C865 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 200 | 101 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.22 |
| HSL | 74.55º | 0.47% | 0.59% | - |
| HSV(B) | 74.55º | 0.5% | 0.78% | - |
| XYZ | 40.91 | 51.48 | 20.09 | - |
| YUV | 181.54 | 82.55 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 200 | 101 | 0.12 | 0 | 0.49 | 0.22 | 74.55 | 0.47 | 0.59 |
| Hex | B0 | C8 | 65 | C | 0 | 31 | 16 | 4B | 2F | 3B |
| Octal | 260 | 310 | 145 | 14 | 0 | 61 | 26 | 113 | 57 | 73 |
| Binary | 10110000 | 11001000 | 1100101 | 1100 | 0 | 110001 | 10110 | 1001011 | 101111 | 111011 |
Color Harmonies of #B0C865
Complementary color
Monochromatic Colors of #B0C865
Black with #B0C865
Text Example
Text Example
White with #B0C865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C865; }
p { color: rgb(176,200,101); }
H1.HeaderClassName
{
color: #B0C865;
}
.AnyTagClassName
{
color: #B0C865;
}
</style>
background-color css
<style>
a { background-color: #B0C865; }
a { background-color: rgb(176,200,101); }
div.DivClassName
{
background-color: #B0C865;
}
.BgClassName
{
background-color: #B0C865;
}
</style>
border-color css
<style>
span { border-color: #B0C865; }
span { border-color: rgb(176,200,101); }
td.TdClassName
{
border-color: #B0C865;
}
.TagClassName
{
border-color: #B0C865;
}
</style>