Shades of Wild Willow #B0D065
Tints of Wild Willow #B0D065
RGB
CMYK
RGB Variations
Color information
#B0D065 (or 0xB0D065) is known color: Wild Willow. HEX triplet: B0, D0 and 65. RGB value is (176,208,101). Sum of RGB (Red+Green+Blue) = 176+208+101=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D065 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D065 is #4F2F9A. Grayscale: #BABABA. Windows color (decimal): -5189531 or 6672560. OLE color: 6672560.
HSL color Cylindrical-coordinate representation of color #B0D065: hue angle of 77.94º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0D065 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 101 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.18 |
| HSL | 77.94º | 0.53% | 0.61% | - |
| HSV(B) | 77.94º | 0.51% | 0.82% | - |
| XYZ | 42.81 | 55.28 | 20.73 | - |
| YUV | 186.23 | 79.9 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 101 | 0.15 | 0 | 0.51 | 0.18 | 77.94 | 0.53 | 0.61 |
| Hex | B0 | D0 | 65 | F | 0 | 33 | 12 | 4E | 35 | 3D |
| Octal | 260 | 320 | 145 | 17 | 0 | 63 | 22 | 116 | 65 | 75 |
| Binary | 10110000 | 11010000 | 1100101 | 1111 | 0 | 110011 | 10010 | 1001110 | 110101 | 111101 |
Color Harmonies of #B0D065
Complementary color
Monochromatic Colors of #B0D065
Black with #B0D065
Text Example
Text Example
White with #B0D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D065; }
p { color: rgb(176,208,101); }
H1.HeaderClassName
{
color: #B0D065;
}
.AnyTagClassName
{
color: #B0D065;
}
</style>
background-color css
<style>
a { background-color: #B0D065; }
a { background-color: rgb(176,208,101); }
div.DivClassName
{
background-color: #B0D065;
}
.BgClassName
{
background-color: #B0D065;
}
</style>
border-color css
<style>
span { border-color: #B0D065; }
span { border-color: rgb(176,208,101); }
td.TdClassName
{
border-color: #B0D065;
}
.TagClassName
{
border-color: #B0D065;
}
</style>