Shades of Wild Willow #B2CE66
Tints of Wild Willow #B2CE66
RGB
CMYK
RGB Variations
Color information
#B2CE66 (or 0xB2CE66) is known color: Wild Willow. HEX triplet: B2, CE and 66. RGB value is (178,206,102). Sum of RGB (Red+Green+Blue) = 178+206+102=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CE66 is #4D3199. Grayscale: #BABABA. Windows color (decimal): -5058970 or 6737586. OLE color: 6737586.
HSL color Cylindrical-coordinate representation of color #B2CE66: hue angle of 76.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2CE66 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 102 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.19 |
| HSL | 76.15º | 0.51% | 0.6% | - |
| HSV(B) | 76.15º | 0.5% | 0.81% | - |
| XYZ | 42.83 | 54.57 | 20.85 | - |
| YUV | 185.77 | 80.72 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 102 | 0.14 | 0 | 0.50 | 0.19 | 76.15 | 0.51 | 0.6 |
| Hex | B2 | CE | 66 | E | 0 | 32 | 13 | 4C | 33 | 3C |
| Octal | 262 | 316 | 146 | 16 | 0 | 62 | 23 | 114 | 63 | 74 |
| Binary | 10110010 | 11001110 | 1100110 | 1110 | 0 | 110010 | 10011 | 1001100 | 110011 | 111100 |
Color Harmonies of #B2CE66
Complementary color
Monochromatic Colors of #B2CE66
Black with #B2CE66
Text Example
Text Example
White with #B2CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE66; }
p { color: rgb(178,206,102); }
H1.HeaderClassName
{
color: #B2CE66;
}
.AnyTagClassName
{
color: #B2CE66;
}
</style>
background-color css
<style>
a { background-color: #B2CE66; }
a { background-color: rgb(178,206,102); }
div.DivClassName
{
background-color: #B2CE66;
}
.BgClassName
{
background-color: #B2CE66;
}
</style>
border-color css
<style>
span { border-color: #B2CE66; }
span { border-color: rgb(178,206,102); }
td.TdClassName
{
border-color: #B2CE66;
}
.TagClassName
{
border-color: #B2CE66;
}
</style>