Shades of Wild Willow #B5CE66
Tints of Wild Willow #B5CE66
RGB
CMYK
RGB Variations
Color information
#B5CE66 (or 0xB5CE66) is known color: Wild Willow. HEX triplet: B5, CE and 66. RGB value is (181,206,102). Sum of RGB (Red+Green+Blue) = 181+206+102=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CE66 is #4A3199. Grayscale: #BBBBBB. Windows color (decimal): -4862362 or 6737589. OLE color: 6737589.
HSL color Cylindrical-coordinate representation of color #B5CE66: hue angle of 74.42º 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 #B5CE66 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 102 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.19 |
| HSL | 74.42º | 0.51% | 0.6% | - |
| HSV(B) | 74.42º | 0.5% | 0.81% | - |
| XYZ | 43.53 | 54.93 | 20.88 | - |
| YUV | 186.67 | 80.22 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 102 | 0.12 | 0 | 0.50 | 0.19 | 74.42 | 0.51 | 0.6 |
| Hex | B5 | CE | 66 | C | 0 | 32 | 13 | 4A | 33 | 3C |
| Octal | 265 | 316 | 146 | 14 | 0 | 62 | 23 | 112 | 63 | 74 |
| Binary | 10110101 | 11001110 | 1100110 | 1100 | 0 | 110010 | 10011 | 1001010 | 110011 | 111100 |
Color Harmonies of #B5CE66
Complementary color
Monochromatic Colors of #B5CE66
Black with #B5CE66
Text Example
Text Example
White with #B5CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE66; }
p { color: rgb(181,206,102); }
H1.HeaderClassName
{
color: #B5CE66;
}
.AnyTagClassName
{
color: #B5CE66;
}
</style>
background-color css
<style>
a { background-color: #B5CE66; }
a { background-color: rgb(181,206,102); }
div.DivClassName
{
background-color: #B5CE66;
}
.BgClassName
{
background-color: #B5CE66;
}
</style>
border-color css
<style>
span { border-color: #B5CE66; }
span { border-color: rgb(181,206,102); }
td.TdClassName
{
border-color: #B5CE66;
}
.TagClassName
{
border-color: #B5CE66;
}
</style>