Shades of Caper #BAC98B
Tints of Caper #BAC98B
RGB
CMYK
RGB Variations
Color information
#BAC98B (or 0xBAC98B) is known color: Caper. HEX triplet: BA, C9 and 8B. RGB value is (186,201,139). Sum of RGB (Red+Green+Blue) = 186+201+139=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC98B is #453674. Grayscale: #BDBDBD. Windows color (decimal): -4535925 or 9161146. OLE color: 9161146.
HSL color Cylindrical-coordinate representation of color #BAC98B: hue angle of 74.52º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAC98B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 139 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.21 |
| HSL | 74.52º | 0.36% | 0.67% | - |
| HSV(B) | 74.52º | 0.31% | 0.79% | - |
| XYZ | 45.8 | 54.08 | 32.45 | - |
| YUV | 189.45 | 99.53 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 139 | 0.07 | 0 | 0.31 | 0.21 | 74.52 | 0.36 | 0.67 |
| Hex | BA | C9 | 8B | 7 | 0 | 1F | 15 | 4B | 24 | 43 |
| Octal | 272 | 311 | 213 | 7 | 0 | 37 | 25 | 113 | 44 | 103 |
| Binary | 10111010 | 11001001 | 10001011 | 111 | 0 | 11111 | 10101 | 1001011 | 100100 | 1000011 |
Color Harmonies of #BAC98B
Complementary color
Monochromatic Colors of #BAC98B
Black with #BAC98B
Text Example
Text Example
White with #BAC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC98B; }
p { color: rgb(186,201,139); }
H1.HeaderClassName
{
color: #BAC98B;
}
.AnyTagClassName
{
color: #BAC98B;
}
</style>
background-color css
<style>
a { background-color: #BAC98B; }
a { background-color: rgb(186,201,139); }
div.DivClassName
{
background-color: #BAC98B;
}
.BgClassName
{
background-color: #BAC98B;
}
</style>
border-color css
<style>
span { border-color: #BAC98B; }
span { border-color: rgb(186,201,139); }
td.TdClassName
{
border-color: #BAC98B;
}
.TagClassName
{
border-color: #BAC98B;
}
</style>