Shades of Caper #BAC88C
Tints of Caper #BAC88C
RGB
CMYK
RGB Variations
Color information
#BAC88C (or 0xBAC88C) is known color: Caper. HEX triplet: BA, C8 and 8C. RGB value is (186,200,140). Sum of RGB (Red+Green+Blue) = 186+200+140=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 200 (78.52% from 255 or 38.02% from 526); Blue value is 140 (55.08% from 255 or 26.62% from 526); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC88C is #453773. Grayscale: #BDBDBD. Windows color (decimal): -4536180 or 9226426. OLE color: 9226426.
HSL color Cylindrical-coordinate representation of color #BAC88C: hue angle of 74º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC88C is Cyan = 0.07, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 140 | - |
| CMYK | 0.07 | 0 | 0.3 | 0.22 |
| HSL | 74º | 0.35% | 0.67% | - |
| HSV(B) | 74º | 0.3% | 0.78% | - |
| XYZ | 45.64 | 53.64 | 32.76 | - |
| YUV | 188.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 140 | 0.07 | 0 | 0.3 | 0.22 | 74 | 0.35 | 0.67 |
| Hex | BA | C8 | 8C | 7 | 0 | 1E | 16 | 4A | 23 | 43 |
| Octal | 272 | 310 | 214 | 7 | 0 | 36 | 26 | 112 | 43 | 103 |
| Binary | 10111010 | 11001000 | 10001100 | 111 | 0 | 11110 | 10110 | 1001010 | 100011 | 1000011 |
Color Harmonies of #BAC88C
Complementary color
Monochromatic Colors of #BAC88C
Black with #BAC88C
Text Example
Text Example
White with #BAC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC88C; }
p { color: rgb(186,200,140); }
H1.HeaderClassName
{
color: #BAC88C;
}
.AnyTagClassName
{
color: #BAC88C;
}
</style>
background-color css
<style>
a { background-color: #BAC88C; }
a { background-color: rgb(186,200,140); }
div.DivClassName
{
background-color: #BAC88C;
}
.BgClassName
{
background-color: #BAC88C;
}
</style>
border-color css
<style>
span { border-color: #BAC88C; }
span { border-color: rgb(186,200,140); }
td.TdClassName
{
border-color: #BAC88C;
}
.TagClassName
{
border-color: #BAC88C;
}
</style>