Shades of Caper #BAC68B
Tints of Caper #BAC68B
RGB
CMYK
RGB Variations
Color information
#BAC68B (or 0xBAC68B) is known color: Caper. HEX triplet: BA, C6 and 8B. RGB value is (186,198,139). Sum of RGB (Red+Green+Blue) = 186+198+139=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC68B is #453974. Grayscale: #BBBBBB. Windows color (decimal): -4536693 or 9160378. OLE color: 9160378.
HSL color Cylindrical-coordinate representation of color #BAC68B: hue angle of 72.2º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC68B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 198 | 139 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.22 |
| HSL | 72.2º | 0.34% | 0.66% | - |
| HSV(B) | 72.2º | 0.3% | 0.78% | - |
| XYZ | 45.1 | 52.69 | 32.22 | - |
| YUV | 187.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 198 | 139 | 0.06 | 0 | 0.30 | 0.22 | 72.2 | 0.34 | 0.66 |
| Hex | BA | C6 | 8B | 6 | 0 | 1E | 16 | 48 | 22 | 42 |
| Octal | 272 | 306 | 213 | 6 | 0 | 36 | 26 | 110 | 42 | 102 |
| Binary | 10111010 | 11000110 | 10001011 | 110 | 0 | 11110 | 10110 | 1001000 | 100010 | 1000010 |
Color Harmonies of #BAC68B
Complementary color
Monochromatic Colors of #BAC68B
Black with #BAC68B
Text Example
Text Example
White with #BAC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC68B; }
p { color: rgb(186,198,139); }
H1.HeaderClassName
{
color: #BAC68B;
}
.AnyTagClassName
{
color: #BAC68B;
}
</style>
background-color css
<style>
a { background-color: #BAC68B; }
a { background-color: rgb(186,198,139); }
div.DivClassName
{
background-color: #BAC68B;
}
.BgClassName
{
background-color: #BAC68B;
}
</style>
border-color css
<style>
span { border-color: #BAC68B; }
span { border-color: rgb(186,198,139); }
td.TdClassName
{
border-color: #BAC68B;
}
.TagClassName
{
border-color: #BAC68B;
}
</style>