Shades of Wild Willow #BACE51
Tints of Wild Willow #BACE51
RGB
CMYK
RGB Variations
Color information
#BACE51 (or 0xBACE51) is known color: Wild Willow. HEX triplet: BA, CE and 51. RGB value is (186,206,81). Sum of RGB (Red+Green+Blue) = 186+206+81=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 81 (32.03% from 255 or 17.12% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE51 is #4531AE. Grayscale: #BABABA. Windows color (decimal): -4534703 or 5361338. OLE color: 5361338.
HSL color Cylindrical-coordinate representation of color #BACE51: hue angle of 69.6º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BACE51 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 81 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.19 |
| HSL | 69.6º | 0.56% | 0.56% | - |
| HSV(B) | 69.6º | 0.61% | 0.81% | - |
| XYZ | 43.81 | 55.18 | 16.13 | - |
| YUV | 185.77 | 68.87 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 81 | 0.10 | 0 | 0.61 | 0.19 | 69.6 | 0.56 | 0.56 |
| Hex | BA | CE | 51 | A | 0 | 3D | 13 | 46 | 38 | 38 |
| Octal | 272 | 316 | 121 | 12 | 0 | 75 | 23 | 106 | 70 | 70 |
| Binary | 10111010 | 11001110 | 1010001 | 1010 | 0 | 111101 | 10011 | 1000110 | 111000 | 111000 |
Color Harmonies of #BACE51
Complementary color
Monochromatic Colors of #BACE51
Black with #BACE51
Text Example
Text Example
White with #BACE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE51; }
p { color: rgb(186,206,81); }
H1.HeaderClassName
{
color: #BACE51;
}
.AnyTagClassName
{
color: #BACE51;
}
</style>
background-color css
<style>
a { background-color: #BACE51; }
a { background-color: rgb(186,206,81); }
div.DivClassName
{
background-color: #BACE51;
}
.BgClassName
{
background-color: #BACE51;
}
</style>
border-color css
<style>
span { border-color: #BACE51; }
span { border-color: rgb(186,206,81); }
td.TdClassName
{
border-color: #BACE51;
}
.TagClassName
{
border-color: #BACE51;
}
</style>