Shades of Caper #BAC88E
Tints of Caper #BAC88E
RGB
CMYK
RGB Variations
Color information
#BAC88E (or 0xBAC88E) is known color: Caper. HEX triplet: BA, C8 and 8E. RGB value is (186,200,142). Sum of RGB (Red+Green+Blue) = 186+200+142=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 142 (55.86% from 255 or 26.89% from 528); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC88E is #453771. Grayscale: #BDBDBD. Windows color (decimal): -4536178 or 9357498. OLE color: 9357498.
HSL color Cylindrical-coordinate representation of color #BAC88E: hue angle of 74.48º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAC88E is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 142 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.22 |
| HSL | 74.48º | 0.35% | 0.67% | - |
| HSV(B) | 74.48º | 0.29% | 0.78% | - |
| XYZ | 45.79 | 53.7 | 33.54 | - |
| YUV | 189.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 142 | 0.07 | 0 | 0.29 | 0.22 | 74.48 | 0.35 | 0.67 |
| Hex | BA | C8 | 8E | 7 | 0 | 1D | 16 | 4A | 23 | 43 |
| Octal | 272 | 310 | 216 | 7 | 0 | 35 | 26 | 112 | 43 | 103 |
| Binary | 10111010 | 11001000 | 10001110 | 111 | 0 | 11101 | 10110 | 1001010 | 100011 | 1000011 |
Color Harmonies of #BAC88E
Complementary color
Monochromatic Colors of #BAC88E
Black with #BAC88E
Text Example
Text Example
White with #BAC88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC88E; }
p { color: rgb(186,200,142); }
H1.HeaderClassName
{
color: #BAC88E;
}
.AnyTagClassName
{
color: #BAC88E;
}
</style>
background-color css
<style>
a { background-color: #BAC88E; }
a { background-color: rgb(186,200,142); }
div.DivClassName
{
background-color: #BAC88E;
}
.BgClassName
{
background-color: #BAC88E;
}
</style>
border-color css
<style>
span { border-color: #BAC88E; }
span { border-color: rgb(186,200,142); }
td.TdClassName
{
border-color: #BAC88E;
}
.TagClassName
{
border-color: #BAC88E;
}
</style>