Shades of Wild Willow #B0D066
Tints of Wild Willow #B0D066
RGB
CMYK
RGB Variations
Color information
#B0D066 (or 0xB0D066) is known color: Wild Willow. HEX triplet: B0, D0 and 66. RGB value is (176,208,102). Sum of RGB (Red+Green+Blue) = 176+208+102=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D066 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D066 is #4F2F99. Grayscale: #BABABA. Windows color (decimal): -5189530 or 6738096. OLE color: 6738096.
HSL color Cylindrical-coordinate representation of color #B0D066: hue angle of 78.11º 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 #B0D066 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 176 | 208 | 102 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.18 |
| HSL | 78.11º | 0.53% | 0.61% | - |
| HSV(B) | 78.11º | 0.51% | 0.82% | - |
| XYZ | 42.86 | 55.3 | 20.99 | - |
| YUV | 186.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 208 | 102 | 0.15 | 0 | 0.51 | 0.18 | 78.11 | 0.53 | 0.61 |
| Hex | B0 | D0 | 66 | F | 0 | 33 | 12 | 4E | 35 | 3D |
| Octal | 260 | 320 | 146 | 17 | 0 | 63 | 22 | 116 | 65 | 75 |
| Binary | 10110000 | 11010000 | 1100110 | 1111 | 0 | 110011 | 10010 | 1001110 | 110101 | 111101 |
Color Harmonies of #B0D066
Complementary color
Monochromatic Colors of #B0D066
Black with #B0D066
Text Example
Text Example
White with #B0D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D066; }
p { color: rgb(176,208,102); }
H1.HeaderClassName
{
color: #B0D066;
}
.AnyTagClassName
{
color: #B0D066;
}
</style>
background-color css
<style>
a { background-color: #B0D066; }
a { background-color: rgb(176,208,102); }
div.DivClassName
{
background-color: #B0D066;
}
.BgClassName
{
background-color: #B0D066;
}
</style>
border-color css
<style>
span { border-color: #B0D066; }
span { border-color: rgb(176,208,102); }
td.TdClassName
{
border-color: #B0D066;
}
.TagClassName
{
border-color: #B0D066;
}
</style>