Shades of Caper #BAC589
Tints of Caper #BAC589
RGB
CMYK
RGB Variations
Color information
#BAC589 (or 0xBAC589) is known color: Caper. HEX triplet: BA, C5 and 89. RGB value is (186,197,137). Sum of RGB (Red+Green+Blue) = 186+197+137=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC589 is #453A76. Grayscale: #BBBBBB. Windows color (decimal): -4536951 or 9029050. OLE color: 9029050.
HSL color Cylindrical-coordinate representation of color #BAC589: hue angle of 71º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC589 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 137 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.23 |
| HSL | 71º | 0.34% | 0.65% | - |
| HSV(B) | 71º | 0.3% | 0.77% | - |
| XYZ | 44.73 | 52.18 | 31.38 | - |
| YUV | 186.87 | 99.86 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 137 | 0.06 | 0 | 0.30 | 0.23 | 71 | 0.34 | 0.65 |
| Hex | BA | C5 | 89 | 6 | 0 | 1E | 17 | 47 | 22 | 41 |
| Octal | 272 | 305 | 211 | 6 | 0 | 36 | 27 | 107 | 42 | 101 |
| Binary | 10111010 | 11000101 | 10001001 | 110 | 0 | 11110 | 10111 | 1000111 | 100010 | 1000001 |
Color Harmonies of #BAC589
Complementary color
Monochromatic Colors of #BAC589
Black with #BAC589
Text Example
Text Example
White with #BAC589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC589; }
p { color: rgb(186,197,137); }
H1.HeaderClassName
{
color: #BAC589;
}
.AnyTagClassName
{
color: #BAC589;
}
</style>
background-color css
<style>
a { background-color: #BAC589; }
a { background-color: rgb(186,197,137); }
div.DivClassName
{
background-color: #BAC589;
}
.BgClassName
{
background-color: #BAC589;
}
</style>
border-color css
<style>
span { border-color: #BAC589; }
span { border-color: rgb(186,197,137); }
td.TdClassName
{
border-color: #BAC589;
}
.TagClassName
{
border-color: #BAC589;
}
</style>