Shades of Caper #BAC98C
Tints of Caper #BAC98C
RGB
CMYK
RGB Variations
Color information
#BAC98C (or 0xBAC98C) is known color: Caper. HEX triplet: BA, C9 and 8C. RGB value is (186,201,140). Sum of RGB (Red+Green+Blue) = 186+201+140=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC98C is #453673. Grayscale: #BDBDBD. Windows color (decimal): -4535924 or 9226682. OLE color: 9226682.
HSL color Cylindrical-coordinate representation of color #BAC98C: hue angle of 74.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 #BAC98C is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 140 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.21 |
| HSL | 74.75º | 0.36% | 0.67% | - |
| HSV(B) | 74.75º | 0.3% | 0.79% | - |
| XYZ | 45.87 | 54.11 | 32.84 | - |
| YUV | 189.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 140 | 0.07 | 0 | 0.30 | 0.21 | 74.75 | 0.36 | 0.67 |
| Hex | BA | C9 | 8C | 7 | 0 | 1E | 15 | 4B | 24 | 43 |
| Octal | 272 | 311 | 214 | 7 | 0 | 36 | 25 | 113 | 44 | 103 |
| Binary | 10111010 | 11001001 | 10001100 | 111 | 0 | 11110 | 10101 | 1001011 | 100100 | 1000011 |
Color Harmonies of #BAC98C
Complementary color
Monochromatic Colors of #BAC98C
Black with #BAC98C
Text Example
Text Example
White with #BAC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC98C; }
p { color: rgb(186,201,140); }
H1.HeaderClassName
{
color: #BAC98C;
}
.AnyTagClassName
{
color: #BAC98C;
}
</style>
background-color css
<style>
a { background-color: #BAC98C; }
a { background-color: rgb(186,201,140); }
div.DivClassName
{
background-color: #BAC98C;
}
.BgClassName
{
background-color: #BAC98C;
}
</style>
border-color css
<style>
span { border-color: #BAC98C; }
span { border-color: rgb(186,201,140); }
td.TdClassName
{
border-color: #BAC98C;
}
.TagClassName
{
border-color: #BAC98C;
}
</style>