Shades of Caper #BAC88D
Tints of Caper #BAC88D
RGB
CMYK
RGB Variations
Color information
#BAC88D (or 0xBAC88D) is known color: Caper. HEX triplet: BA, C8 and 8D. RGB value is (186,200,141). Sum of RGB (Red+Green+Blue) = 186+200+141=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC88D is #453772. Grayscale: #BDBDBD. Windows color (decimal): -4536179 or 9291962. OLE color: 9291962.
HSL color Cylindrical-coordinate representation of color #BAC88D: hue angle of 74.24º 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 #BAC88D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 141 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.22 |
| HSL | 74.24º | 0.35% | 0.67% | - |
| HSV(B) | 74.24º | 0.3% | 0.78% | - |
| XYZ | 45.71 | 53.67 | 33.15 | - |
| YUV | 189.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 141 | 0.07 | 0 | 0.29 | 0.22 | 74.24 | 0.35 | 0.67 |
| Hex | BA | C8 | 8D | 7 | 0 | 1D | 16 | 4A | 23 | 43 |
| Octal | 272 | 310 | 215 | 7 | 0 | 35 | 26 | 112 | 43 | 103 |
| Binary | 10111010 | 11001000 | 10001101 | 111 | 0 | 11101 | 10110 | 1001010 | 100011 | 1000011 |
Color Harmonies of #BAC88D
Complementary color
Monochromatic Colors of #BAC88D
Black with #BAC88D
Text Example
Text Example
White with #BAC88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC88D; }
p { color: rgb(186,200,141); }
H1.HeaderClassName
{
color: #BAC88D;
}
.AnyTagClassName
{
color: #BAC88D;
}
</style>
background-color css
<style>
a { background-color: #BAC88D; }
a { background-color: rgb(186,200,141); }
div.DivClassName
{
background-color: #BAC88D;
}
.BgClassName
{
background-color: #BAC88D;
}
</style>
border-color css
<style>
span { border-color: #BAC88D; }
span { border-color: rgb(186,200,141); }
td.TdClassName
{
border-color: #BAC88D;
}
.TagClassName
{
border-color: #BAC88D;
}
</style>