Shades of Wild Willow #B0CE61
Tints of Wild Willow #B0CE61
RGB
CMYK
RGB Variations
Color information
#B0CE61 (or 0xB0CE61) is known color: Wild Willow. HEX triplet: B0, CE and 61. RGB value is (176,206,97). Sum of RGB (Red+Green+Blue) = 176+206+97=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE61 is #4F319E. Grayscale: #B9B9B9. Windows color (decimal): -5190047 or 6409904. OLE color: 6409904.
HSL color Cylindrical-coordinate representation of color #B0CE61: hue angle of 76.51º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0CE61 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 97 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.19 |
| HSL | 76.51º | 0.53% | 0.59% | - |
| HSV(B) | 76.51º | 0.53% | 0.81% | - |
| XYZ | 42.13 | 54.24 | 19.56 | - |
| YUV | 184.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 97 | 0.15 | 0 | 0.53 | 0.19 | 76.51 | 0.53 | 0.59 |
| Hex | B0 | CE | 61 | F | 0 | 35 | 13 | 4D | 35 | 3B |
| Octal | 260 | 316 | 141 | 17 | 0 | 65 | 23 | 115 | 65 | 73 |
| Binary | 10110000 | 11001110 | 1100001 | 1111 | 0 | 110101 | 10011 | 1001101 | 110101 | 111011 |
Color Harmonies of #B0CE61
Complementary color
Monochromatic Colors of #B0CE61
Black with #B0CE61
Text Example
Text Example
White with #B0CE61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE61; }
p { color: rgb(176,206,97); }
H1.HeaderClassName
{
color: #B0CE61;
}
.AnyTagClassName
{
color: #B0CE61;
}
</style>
background-color css
<style>
a { background-color: #B0CE61; }
a { background-color: rgb(176,206,97); }
div.DivClassName
{
background-color: #B0CE61;
}
.BgClassName
{
background-color: #B0CE61;
}
</style>
border-color css
<style>
span { border-color: #B0CE61; }
span { border-color: rgb(176,206,97); }
td.TdClassName
{
border-color: #B0CE61;
}
.TagClassName
{
border-color: #B0CE61;
}
</style>