Shades of Caper #BAC989
Tints of Caper #BAC989
RGB
CMYK
RGB Variations
Color information
#BAC989 (or 0xBAC989) is known color: Caper. HEX triplet: BA, C9 and 89. RGB value is (186,201,137). Sum of RGB (Red+Green+Blue) = 186+201+137=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC989 is #453676. Grayscale: #BDBDBD. Windows color (decimal): -4535927 or 9030074. OLE color: 9030074.
HSL color Cylindrical-coordinate representation of color #BAC989: hue angle of 74.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAC989 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 137 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.21 |
| HSL | 74.06º | 0.37% | 0.66% | - |
| HSV(B) | 74.06º | 0.32% | 0.79% | - |
| XYZ | 45.65 | 54.02 | 31.69 | - |
| YUV | 189.22 | 98.53 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 137 | 0.07 | 0 | 0.32 | 0.21 | 74.06 | 0.37 | 0.66 |
| Hex | BA | C9 | 89 | 7 | 0 | 20 | 15 | 4A | 25 | 42 |
| Octal | 272 | 311 | 211 | 7 | 0 | 40 | 25 | 112 | 45 | 102 |
| Binary | 10111010 | 11001001 | 10001001 | 111 | 0 | 100000 | 10101 | 1001010 | 100101 | 1000010 |
Color Harmonies of #BAC989
Complementary color
Monochromatic Colors of #BAC989
Black with #BAC989
Text Example
Text Example
White with #BAC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC989; }
p { color: rgb(186,201,137); }
H1.HeaderClassName
{
color: #BAC989;
}
.AnyTagClassName
{
color: #BAC989;
}
</style>
background-color css
<style>
a { background-color: #BAC989; }
a { background-color: rgb(186,201,137); }
div.DivClassName
{
background-color: #BAC989;
}
.BgClassName
{
background-color: #BAC989;
}
</style>
border-color css
<style>
span { border-color: #BAC989; }
span { border-color: rgb(186,201,137); }
td.TdClassName
{
border-color: #BAC989;
}
.TagClassName
{
border-color: #BAC989;
}
</style>