Shades of Wild Willow #BACB6E
Tints of Wild Willow #BACB6E
RGB
CMYK
RGB Variations
Color information
#BACB6E (or 0xBACB6E) is known color: Wild Willow. HEX triplet: BA, CB and 6E. RGB value is (186,203,110). Sum of RGB (Red+Green+Blue) = 186+203+110=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB6E is #453491. Grayscale: #BBBBBB. Windows color (decimal): -4535442 or 7261114. OLE color: 7261114.
HSL color Cylindrical-coordinate representation of color #BACB6E: hue angle of 70.97º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BACB6E is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 110 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.20 |
| HSL | 70.97º | 0.47% | 0.61% | - |
| HSV(B) | 70.97º | 0.46% | 0.8% | - |
| XYZ | 44.42 | 54.28 | 22.89 | - |
| YUV | 187.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 110 | 0.08 | 0 | 0.46 | 0.20 | 70.97 | 0.47 | 0.61 |
| Hex | BA | CB | 6E | 8 | 0 | 2E | 14 | 47 | 2F | 3D |
| Octal | 272 | 313 | 156 | 10 | 0 | 56 | 24 | 107 | 57 | 75 |
| Binary | 10111010 | 11001011 | 1101110 | 1000 | 0 | 101110 | 10100 | 1000111 | 101111 | 111101 |
Color Harmonies of #BACB6E
Complementary color
Monochromatic Colors of #BACB6E
Black with #BACB6E
Text Example
Text Example
White with #BACB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB6E; }
p { color: rgb(186,203,110); }
H1.HeaderClassName
{
color: #BACB6E;
}
.AnyTagClassName
{
color: #BACB6E;
}
</style>
background-color css
<style>
a { background-color: #BACB6E; }
a { background-color: rgb(186,203,110); }
div.DivClassName
{
background-color: #BACB6E;
}
.BgClassName
{
background-color: #BACB6E;
}
</style>
border-color css
<style>
span { border-color: #BACB6E; }
span { border-color: rgb(186,203,110); }
td.TdClassName
{
border-color: #BACB6E;
}
.TagClassName
{
border-color: #BACB6E;
}
</style>