Shades of Wild Willow #BACC54
Tints of Wild Willow #BACC54
RGB
CMYK
RGB Variations
Color information
#BACC54 (or 0xBACC54) is known color: Wild Willow. HEX triplet: BA, CC and 54. RGB value is (186,204,84). Sum of RGB (Red+Green+Blue) = 186+204+84=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 84 (33.20% from 255 or 17.72% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACC54 is #4533AB. Grayscale: #B9B9B9. Windows color (decimal): -4535212 or 5557434. OLE color: 5557434.
HSL color Cylindrical-coordinate representation of color #BACC54: hue angle of 69º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BACC54 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 84 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.2 |
| HSL | 69º | 0.54% | 0.56% | - |
| HSV(B) | 69º | 0.59% | 0.8% | - |
| XYZ | 43.44 | 54.26 | 16.57 | - |
| YUV | 184.94 | 71.04 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 84 | 0.09 | 0 | 0.59 | 0.2 | 69 | 0.54 | 0.56 |
| Hex | BA | CC | 54 | 9 | 0 | 3B | 14 | 45 | 36 | 38 |
| Octal | 272 | 314 | 124 | 11 | 0 | 73 | 24 | 105 | 66 | 70 |
| Binary | 10111010 | 11001100 | 1010100 | 1001 | 0 | 111011 | 10100 | 1000101 | 110110 | 111000 |
Color Harmonies of #BACC54
Complementary color
Monochromatic Colors of #BACC54
Black with #BACC54
Text Example
Text Example
White with #BACC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC54; }
p { color: rgb(186,204,84); }
H1.HeaderClassName
{
color: #BACC54;
}
.AnyTagClassName
{
color: #BACC54;
}
</style>
background-color css
<style>
a { background-color: #BACC54; }
a { background-color: rgb(186,204,84); }
div.DivClassName
{
background-color: #BACC54;
}
.BgClassName
{
background-color: #BACC54;
}
</style>
border-color css
<style>
span { border-color: #BACC54; }
span { border-color: rgb(186,204,84); }
td.TdClassName
{
border-color: #BACC54;
}
.TagClassName
{
border-color: #BACC54;
}
</style>