Shades of Wild Willow #B0CE60
Tints of Wild Willow #B0CE60
RGB
CMYK
RGB Variations
Color information
#B0CE60 (or 0xB0CE60) is known color: Wild Willow. HEX triplet: B0, CE and 60. RGB value is (176,206,96). Sum of RGB (Red+Green+Blue) = 176+206+96=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE60 is #4F319F. Grayscale: #B8B8B8. Windows color (decimal): -5190048 or 6344368. OLE color: 6344368.
HSL color Cylindrical-coordinate representation of color #B0CE60: hue angle of 76.36º 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 #B0CE60 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 96 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.19 |
| HSL | 76.36º | 0.53% | 0.59% | - |
| HSV(B) | 76.36º | 0.53% | 0.81% | - |
| XYZ | 42.09 | 54.22 | 19.31 | - |
| YUV | 184.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 96 | 0.15 | 0 | 0.53 | 0.19 | 76.36 | 0.53 | 0.59 |
| Hex | B0 | CE | 60 | F | 0 | 35 | 13 | 4C | 35 | 3B |
| Octal | 260 | 316 | 140 | 17 | 0 | 65 | 23 | 114 | 65 | 73 |
| Binary | 10110000 | 11001110 | 1100000 | 1111 | 0 | 110101 | 10011 | 1001100 | 110101 | 111011 |
Color Harmonies of #B0CE60
Complementary color
Monochromatic Colors of #B0CE60
Black with #B0CE60
Text Example
Text Example
White with #B0CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE60; }
p { color: rgb(176,206,96); }
H1.HeaderClassName
{
color: #B0CE60;
}
.AnyTagClassName
{
color: #B0CE60;
}
</style>
background-color css
<style>
a { background-color: #B0CE60; }
a { background-color: rgb(176,206,96); }
div.DivClassName
{
background-color: #B0CE60;
}
.BgClassName
{
background-color: #B0CE60;
}
</style>
border-color css
<style>
span { border-color: #B0CE60; }
span { border-color: rgb(176,206,96); }
td.TdClassName
{
border-color: #B0CE60;
}
.TagClassName
{
border-color: #B0CE60;
}
</style>