Shades of Caper #BAC88A
Tints of Caper #BAC88A
RGB
CMYK
RGB Variations
Color information
#BAC88A (or 0xBAC88A) is known color: Caper. HEX triplet: BA, C8 and 8A. RGB value is (186,200,138). Sum of RGB (Red+Green+Blue) = 186+200+138=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC88A is #453775. Grayscale: #BCBCBC. Windows color (decimal): -4536182 or 9095354. OLE color: 9095354.
HSL color Cylindrical-coordinate representation of color #BAC88A: hue angle of 73.55º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAC88A is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 138 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.22 |
| HSL | 73.55º | 0.36% | 0.66% | - |
| HSV(B) | 73.55º | 0.31% | 0.78% | - |
| XYZ | 45.49 | 53.58 | 31.99 | - |
| YUV | 188.75 | 99.36 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 138 | 0.07 | 0 | 0.31 | 0.22 | 73.55 | 0.36 | 0.66 |
| Hex | BA | C8 | 8A | 7 | 0 | 1F | 16 | 4A | 24 | 42 |
| Octal | 272 | 310 | 212 | 7 | 0 | 37 | 26 | 112 | 44 | 102 |
| Binary | 10111010 | 11001000 | 10001010 | 111 | 0 | 11111 | 10110 | 1001010 | 100100 | 1000010 |
Color Harmonies of #BAC88A
Complementary color
Monochromatic Colors of #BAC88A
Black with #BAC88A
Text Example
Text Example
White with #BAC88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC88A; }
p { color: rgb(186,200,138); }
H1.HeaderClassName
{
color: #BAC88A;
}
.AnyTagClassName
{
color: #BAC88A;
}
</style>
background-color css
<style>
a { background-color: #BAC88A; }
a { background-color: rgb(186,200,138); }
div.DivClassName
{
background-color: #BAC88A;
}
.BgClassName
{
background-color: #BAC88A;
}
</style>
border-color css
<style>
span { border-color: #BAC88A; }
span { border-color: rgb(186,200,138); }
td.TdClassName
{
border-color: #BAC88A;
}
.TagClassName
{
border-color: #BAC88A;
}
</style>