Shades of Wild Willow #B2CE60
Tints of Wild Willow #B2CE60
RGB
CMYK
RGB Variations
Color information
#B2CE60 (or 0xB2CE60) is known color: Wild Willow. HEX triplet: B2, CE and 60. RGB value is (178,206,96). Sum of RGB (Red+Green+Blue) = 178+206+96=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 96 (37.89% from 255 or 20% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE60 is #4D319F. Grayscale: #B9B9B9. Windows color (decimal): -5058976 or 6344370. OLE color: 6344370.
HSL color Cylindrical-coordinate representation of color #B2CE60: hue angle of 75.27º 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 #B2CE60 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 96 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.19 |
| HSL | 75.27º | 0.53% | 0.59% | - |
| HSV(B) | 75.27º | 0.53% | 0.81% | - |
| XYZ | 42.54 | 54.45 | 19.33 | - |
| YUV | 185.09 | 77.72 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 96 | 0.14 | 0 | 0.53 | 0.19 | 75.27 | 0.53 | 0.59 |
| Hex | B2 | CE | 60 | E | 0 | 35 | 13 | 4B | 35 | 3B |
| Octal | 262 | 316 | 140 | 16 | 0 | 65 | 23 | 113 | 65 | 73 |
| Binary | 10110010 | 11001110 | 1100000 | 1110 | 0 | 110101 | 10011 | 1001011 | 110101 | 111011 |
Color Harmonies of #B2CE60
Complementary color
Monochromatic Colors of #B2CE60
Black with #B2CE60
Text Example
Text Example
White with #B2CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE60; }
p { color: rgb(178,206,96); }
H1.HeaderClassName
{
color: #B2CE60;
}
.AnyTagClassName
{
color: #B2CE60;
}
</style>
background-color css
<style>
a { background-color: #B2CE60; }
a { background-color: rgb(178,206,96); }
div.DivClassName
{
background-color: #B2CE60;
}
.BgClassName
{
background-color: #B2CE60;
}
</style>
border-color css
<style>
span { border-color: #B2CE60; }
span { border-color: rgb(178,206,96); }
td.TdClassName
{
border-color: #B2CE60;
}
.TagClassName
{
border-color: #B2CE60;
}
</style>