Shades of Caper #BAC58B
Tints of Caper #BAC58B
RGB
CMYK
RGB Variations
Color information
#BAC58B (or 0xBAC58B) is known color: Caper. HEX triplet: BA, C5 and 8B. RGB value is (186,197,139). Sum of RGB (Red+Green+Blue) = 186+197+139=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC58B is #453A74. Grayscale: #BBBBBB. Windows color (decimal): -4536949 or 9160122. OLE color: 9160122.
HSL color Cylindrical-coordinate representation of color #BAC58B: hue angle of 71.38º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAC58B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 139 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.23 |
| HSL | 71.38º | 0.33% | 0.66% | - |
| HSV(B) | 71.38º | 0.29% | 0.77% | - |
| XYZ | 44.88 | 52.24 | 32.14 | - |
| YUV | 187.1 | 100.86 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 139 | 0.06 | 0 | 0.29 | 0.23 | 71.38 | 0.33 | 0.66 |
| Hex | BA | C5 | 8B | 6 | 0 | 1D | 17 | 47 | 21 | 42 |
| Octal | 272 | 305 | 213 | 6 | 0 | 35 | 27 | 107 | 41 | 102 |
| Binary | 10111010 | 11000101 | 10001011 | 110 | 0 | 11101 | 10111 | 1000111 | 100001 | 1000010 |
Color Harmonies of #BAC58B
Complementary color
Monochromatic Colors of #BAC58B
Black with #BAC58B
Text Example
Text Example
White with #BAC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC58B; }
p { color: rgb(186,197,139); }
H1.HeaderClassName
{
color: #BAC58B;
}
.AnyTagClassName
{
color: #BAC58B;
}
</style>
background-color css
<style>
a { background-color: #BAC58B; }
a { background-color: rgb(186,197,139); }
div.DivClassName
{
background-color: #BAC58B;
}
.BgClassName
{
background-color: #BAC58B;
}
</style>
border-color css
<style>
span { border-color: #BAC58B; }
span { border-color: rgb(186,197,139); }
td.TdClassName
{
border-color: #BAC58B;
}
.TagClassName
{
border-color: #BAC58B;
}
</style>