Shades of Caper #BAC98D
Tints of Caper #BAC98D
RGB
CMYK
RGB Variations
Color information
#BAC98D (or 0xBAC98D) is known color: Caper. HEX triplet: BA, C9 and 8D. RGB value is (186,201,141). Sum of RGB (Red+Green+Blue) = 186+201+141=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC98D is #453672. Grayscale: #BDBDBD. Windows color (decimal): -4535923 or 9292218. OLE color: 9292218.
HSL color Cylindrical-coordinate representation of color #BAC98D: hue angle of 75º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC98D is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 141 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.21 |
| HSL | 75º | 0.36% | 0.67% | - |
| HSV(B) | 75º | 0.3% | 0.79% | - |
| XYZ | 45.94 | 54.14 | 33.23 | - |
| YUV | 189.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 141 | 0.07 | 0 | 0.30 | 0.21 | 75 | 0.36 | 0.67 |
| Hex | BA | C9 | 8D | 7 | 0 | 1E | 15 | 4B | 24 | 43 |
| Octal | 272 | 311 | 215 | 7 | 0 | 36 | 25 | 113 | 44 | 103 |
| Binary | 10111010 | 11001001 | 10001101 | 111 | 0 | 11110 | 10101 | 1001011 | 100100 | 1000011 |
Color Harmonies of #BAC98D
Complementary color
Monochromatic Colors of #BAC98D
Black with #BAC98D
Text Example
Text Example
White with #BAC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC98D; }
p { color: rgb(186,201,141); }
H1.HeaderClassName
{
color: #BAC98D;
}
.AnyTagClassName
{
color: #BAC98D;
}
</style>
background-color css
<style>
a { background-color: #BAC98D; }
a { background-color: rgb(186,201,141); }
div.DivClassName
{
background-color: #BAC98D;
}
.BgClassName
{
background-color: #BAC98D;
}
</style>
border-color css
<style>
span { border-color: #BAC98D; }
span { border-color: rgb(186,201,141); }
td.TdClassName
{
border-color: #BAC98D;
}
.TagClassName
{
border-color: #BAC98D;
}
</style>