Shades of Caper #BAC984
Tints of Caper #BAC984
RGB
CMYK
RGB Variations
Color information
#BAC984 (or 0xBAC984) is known color: Caper. HEX triplet: BA, C9 and 84. RGB value is (186,201,132). Sum of RGB (Red+Green+Blue) = 186+201+132=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC984 is #45367B. Grayscale: #BCBCBC. Windows color (decimal): -4535932 or 8702394. OLE color: 8702394.
HSL color Cylindrical-coordinate representation of color #BAC984: hue angle of 73.04º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAC984 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 132 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.21 |
| HSL | 73.04º | 0.39% | 0.65% | - |
| HSV(B) | 73.04º | 0.34% | 0.79% | - |
| XYZ | 45.3 | 53.88 | 29.84 | - |
| YUV | 188.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 132 | 0.07 | 0 | 0.34 | 0.21 | 73.04 | 0.39 | 0.65 |
| Hex | BA | C9 | 84 | 7 | 0 | 22 | 15 | 49 | 27 | 41 |
| Octal | 272 | 311 | 204 | 7 | 0 | 42 | 25 | 111 | 47 | 101 |
| Binary | 10111010 | 11001001 | 10000100 | 111 | 0 | 100010 | 10101 | 1001001 | 100111 | 1000001 |
Color Harmonies of #BAC984
Complementary color
Monochromatic Colors of #BAC984
Black with #BAC984
Text Example
Text Example
White with #BAC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC984; }
p { color: rgb(186,201,132); }
H1.HeaderClassName
{
color: #BAC984;
}
.AnyTagClassName
{
color: #BAC984;
}
</style>
background-color css
<style>
a { background-color: #BAC984; }
a { background-color: rgb(186,201,132); }
div.DivClassName
{
background-color: #BAC984;
}
.BgClassName
{
background-color: #BAC984;
}
</style>
border-color css
<style>
span { border-color: #BAC984; }
span { border-color: rgb(186,201,132); }
td.TdClassName
{
border-color: #BAC984;
}
.TagClassName
{
border-color: #BAC984;
}
</style>