Shades of Wild Willow #BACE66
Tints of Wild Willow #BACE66
RGB
CMYK
RGB Variations
Color information
#BACE66 (or 0xBACE66) is known color: Wild Willow. HEX triplet: BA, CE and 66. RGB value is (186,206,102). Sum of RGB (Red+Green+Blue) = 186+206+102=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE66 is #453199. Grayscale: #BCBCBC. Windows color (decimal): -4534682 or 6737594. OLE color: 6737594.
HSL color Cylindrical-coordinate representation of color #BACE66: hue angle of 71.54º 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 #BACE66 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 102 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.19 |
| HSL | 71.54º | 0.51% | 0.6% | - |
| HSV(B) | 71.54º | 0.5% | 0.81% | - |
| XYZ | 44.72 | 55.54 | 20.93 | - |
| YUV | 188.16 | 79.37 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 102 | 0.10 | 0 | 0.50 | 0.19 | 71.54 | 0.51 | 0.6 |
| Hex | BA | CE | 66 | A | 0 | 32 | 13 | 48 | 33 | 3C |
| Octal | 272 | 316 | 146 | 12 | 0 | 62 | 23 | 110 | 63 | 74 |
| Binary | 10111010 | 11001110 | 1100110 | 1010 | 0 | 110010 | 10011 | 1001000 | 110011 | 111100 |
Color Harmonies of #BACE66
Complementary color
Monochromatic Colors of #BACE66
Black with #BACE66
Text Example
Text Example
White with #BACE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE66; }
p { color: rgb(186,206,102); }
H1.HeaderClassName
{
color: #BACE66;
}
.AnyTagClassName
{
color: #BACE66;
}
</style>
background-color css
<style>
a { background-color: #BACE66; }
a { background-color: rgb(186,206,102); }
div.DivClassName
{
background-color: #BACE66;
}
.BgClassName
{
background-color: #BACE66;
}
</style>
border-color css
<style>
span { border-color: #BACE66; }
span { border-color: rgb(186,206,102); }
td.TdClassName
{
border-color: #BACE66;
}
.TagClassName
{
border-color: #BACE66;
}
</style>