Shades of Wild Willow #BACB70
Tints of Wild Willow #BACB70
RGB
CMYK
RGB Variations
Color information
#BACB70 (or 0xBACB70) is known color: Wild Willow. HEX triplet: BA, CB and 70. RGB value is (186,203,112). Sum of RGB (Red+Green+Blue) = 186+203+112=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 203 (79.69% from 255 or 40.52% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB70 is #45348F. Grayscale: #BBBBBB. Windows color (decimal): -4535440 or 7392186. OLE color: 7392186.
HSL color Cylindrical-coordinate representation of color #BACB70: hue angle of 71.21º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BACB70 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 112 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.20 |
| HSL | 71.21º | 0.47% | 0.62% | - |
| HSV(B) | 71.21º | 0.45% | 0.8% | - |
| XYZ | 44.53 | 54.32 | 23.47 | - |
| YUV | 187.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 112 | 0.08 | 0 | 0.45 | 0.20 | 71.21 | 0.47 | 0.62 |
| Hex | BA | CB | 70 | 8 | 0 | 2D | 14 | 47 | 2F | 3E |
| Octal | 272 | 313 | 160 | 10 | 0 | 55 | 24 | 107 | 57 | 76 |
| Binary | 10111010 | 11001011 | 1110000 | 1000 | 0 | 101101 | 10100 | 1000111 | 101111 | 111110 |
Color Harmonies of #BACB70
Complementary color
Monochromatic Colors of #BACB70
Black with #BACB70
Text Example
Text Example
White with #BACB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB70; }
p { color: rgb(186,203,112); }
H1.HeaderClassName
{
color: #BACB70;
}
.AnyTagClassName
{
color: #BACB70;
}
</style>
background-color css
<style>
a { background-color: #BACB70; }
a { background-color: rgb(186,203,112); }
div.DivClassName
{
background-color: #BACB70;
}
.BgClassName
{
background-color: #BACB70;
}
</style>
border-color css
<style>
span { border-color: #BACB70; }
span { border-color: rgb(186,203,112); }
td.TdClassName
{
border-color: #BACB70;
}
.TagClassName
{
border-color: #BACB70;
}
</style>