Shades of Wild Willow #BAC95A
Tints of Wild Willow #BAC95A
RGB
CMYK
RGB Variations
Color information
#BAC95A (or 0xBAC95A) is known color: Wild Willow. HEX triplet: BA, C9 and 5A. RGB value is (186,201,90). Sum of RGB (Red+Green+Blue) = 186+201+90=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC95A is #4536A5. Grayscale: #B8B8B8. Windows color (decimal): -4535974 or 5949882. OLE color: 5949882.
HSL color Cylindrical-coordinate representation of color #BAC95A: hue angle of 68.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC95A is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 90 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.21 |
| HSL | 68.11º | 0.51% | 0.57% | - |
| HSV(B) | 68.11º | 0.55% | 0.79% | - |
| XYZ | 42.98 | 52.95 | 17.63 | - |
| YUV | 183.86 | 75.03 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 90 | 0.07 | 0 | 0.55 | 0.21 | 68.11 | 0.51 | 0.57 |
| Hex | BA | C9 | 5A | 7 | 0 | 37 | 15 | 44 | 33 | 39 |
| Octal | 272 | 311 | 132 | 7 | 0 | 67 | 25 | 104 | 63 | 71 |
| Binary | 10111010 | 11001001 | 1011010 | 111 | 0 | 110111 | 10101 | 1000100 | 110011 | 111001 |
Color Harmonies of #BAC95A
Complementary color
Monochromatic Colors of #BAC95A
Black with #BAC95A
Text Example
Text Example
White with #BAC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC95A; }
p { color: rgb(186,201,90); }
H1.HeaderClassName
{
color: #BAC95A;
}
.AnyTagClassName
{
color: #BAC95A;
}
</style>
background-color css
<style>
a { background-color: #BAC95A; }
a { background-color: rgb(186,201,90); }
div.DivClassName
{
background-color: #BAC95A;
}
.BgClassName
{
background-color: #BAC95A;
}
</style>
border-color css
<style>
span { border-color: #BAC95A; }
span { border-color: rgb(186,201,90); }
td.TdClassName
{
border-color: #BAC95A;
}
.TagClassName
{
border-color: #BAC95A;
}
</style>