Shades of Wild Willow #BACE54
Tints of Wild Willow #BACE54
RGB
CMYK
RGB Variations
Color information
#BACE54 (or 0xBACE54) is known color: Wild Willow. HEX triplet: BA, CE and 54. RGB value is (186,206,84). Sum of RGB (Red+Green+Blue) = 186+206+84=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #BACE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACE54 is #4531AB. Grayscale: #BABABA. Windows color (decimal): -4534700 or 5557946. OLE color: 5557946.
HSL color Cylindrical-coordinate representation of color #BACE54: hue angle of 69.84º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BACE54 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 84 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.19 |
| HSL | 69.84º | 0.55% | 0.57% | - |
| HSV(B) | 69.84º | 0.59% | 0.81% | - |
| XYZ | 43.92 | 55.22 | 16.73 | - |
| YUV | 186.11 | 70.37 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 84 | 0.10 | 0 | 0.59 | 0.19 | 69.84 | 0.55 | 0.57 |
| Hex | BA | CE | 54 | A | 0 | 3B | 13 | 46 | 37 | 39 |
| Octal | 272 | 316 | 124 | 12 | 0 | 73 | 23 | 106 | 67 | 71 |
| Binary | 10111010 | 11001110 | 1010100 | 1010 | 0 | 111011 | 10011 | 1000110 | 110111 | 111001 |
Color Harmonies of #BACE54
Complementary color
Monochromatic Colors of #BACE54
Black with #BACE54
Text Example
Text Example
White with #BACE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACE54; }
p { color: rgb(186,206,84); }
H1.HeaderClassName
{
color: #BACE54;
}
.AnyTagClassName
{
color: #BACE54;
}
</style>
background-color css
<style>
a { background-color: #BACE54; }
a { background-color: rgb(186,206,84); }
div.DivClassName
{
background-color: #BACE54;
}
.BgClassName
{
background-color: #BACE54;
}
</style>
border-color css
<style>
span { border-color: #BACE54; }
span { border-color: rgb(186,206,84); }
td.TdClassName
{
border-color: #BACE54;
}
.TagClassName
{
border-color: #BACE54;
}
</style>