Shades of Wild Willow #B2CE5E
Tints of Wild Willow #B2CE5E
RGB
CMYK
RGB Variations
Color information
#B2CE5E (or 0xB2CE5E) is known color: Wild Willow. HEX triplet: B2, CE and 5E. RGB value is (178,206,94). Sum of RGB (Red+Green+Blue) = 178+206+94=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE5E is #4D31A1. Grayscale: #B9B9B9. Windows color (decimal): -5058978 or 6213298. OLE color: 6213298.
HSL color Cylindrical-coordinate representation of color #B2CE5E: hue angle of 75º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2CE5E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 94 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.19 |
| HSL | 75º | 0.53% | 0.59% | - |
| HSV(B) | 75º | 0.54% | 0.81% | - |
| XYZ | 42.45 | 54.42 | 18.86 | - |
| YUV | 184.86 | 76.72 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 94 | 0.14 | 0 | 0.54 | 0.19 | 75 | 0.53 | 0.59 |
| Hex | B2 | CE | 5E | E | 0 | 36 | 13 | 4B | 35 | 3B |
| Octal | 262 | 316 | 136 | 16 | 0 | 66 | 23 | 113 | 65 | 73 |
| Binary | 10110010 | 11001110 | 1011110 | 1110 | 0 | 110110 | 10011 | 1001011 | 110101 | 111011 |
Color Harmonies of #B2CE5E
Complementary color
Monochromatic Colors of #B2CE5E
Black with #B2CE5E
Text Example
Text Example
White with #B2CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE5E; }
p { color: rgb(178,206,94); }
H1.HeaderClassName
{
color: #B2CE5E;
}
.AnyTagClassName
{
color: #B2CE5E;
}
</style>
background-color css
<style>
a { background-color: #B2CE5E; }
a { background-color: rgb(178,206,94); }
div.DivClassName
{
background-color: #B2CE5E;
}
.BgClassName
{
background-color: #B2CE5E;
}
</style>
border-color css
<style>
span { border-color: #B2CE5E; }
span { border-color: rgb(178,206,94); }
td.TdClassName
{
border-color: #B2CE5E;
}
.TagClassName
{
border-color: #B2CE5E;
}
</style>