Shades of Caper #BAC982
Tints of Caper #BAC982
RGB
CMYK
RGB Variations
Color information
#BAC982 (or 0xBAC982) is known color: Caper. HEX triplet: BA, C9 and 82. RGB value is (186,201,130). Sum of RGB (Red+Green+Blue) = 186+201+130=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC982 is #45367D. Grayscale: #BCBCBC. Windows color (decimal): -4535934 or 8571322. OLE color: 8571322.
HSL color Cylindrical-coordinate representation of color #BAC982: hue angle of 72.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAC982 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 130 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.21 |
| HSL | 72.68º | 0.4% | 0.65% | - |
| HSV(B) | 72.68º | 0.35% | 0.79% | - |
| XYZ | 45.17 | 53.82 | 29.13 | - |
| YUV | 188.42 | 95.03 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 130 | 0.07 | 0 | 0.35 | 0.21 | 72.68 | 0.4 | 0.65 |
| Hex | BA | C9 | 82 | 7 | 0 | 23 | 15 | 49 | 28 | 41 |
| Octal | 272 | 311 | 202 | 7 | 0 | 43 | 25 | 111 | 50 | 101 |
| Binary | 10111010 | 11001001 | 10000010 | 111 | 0 | 100011 | 10101 | 1001001 | 101000 | 1000001 |
Color Harmonies of #BAC982
Complementary color
Monochromatic Colors of #BAC982
Black with #BAC982
Text Example
Text Example
White with #BAC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC982; }
p { color: rgb(186,201,130); }
H1.HeaderClassName
{
color: #BAC982;
}
.AnyTagClassName
{
color: #BAC982;
}
</style>
background-color css
<style>
a { background-color: #BAC982; }
a { background-color: rgb(186,201,130); }
div.DivClassName
{
background-color: #BAC982;
}
.BgClassName
{
background-color: #BAC982;
}
</style>
border-color css
<style>
span { border-color: #BAC982; }
span { border-color: rgb(186,201,130); }
td.TdClassName
{
border-color: #BAC982;
}
.TagClassName
{
border-color: #BAC982;
}
</style>