Shades of Caper #BAC588
Tints of Caper #BAC588
RGB
CMYK
RGB Variations
Color information
#BAC588 (or 0xBAC588) is known color: Caper. HEX triplet: BA, C5 and 88. RGB value is (186,197,136). Sum of RGB (Red+Green+Blue) = 186+197+136=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC588 is #453A77. Grayscale: #BABABA. Windows color (decimal): -4536952 or 8963514. OLE color: 8963514.
HSL color Cylindrical-coordinate representation of color #BAC588: hue angle of 70.82º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAC588 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 197 | 136 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.23 |
| HSL | 70.82º | 0.34% | 0.65% | - |
| HSV(B) | 70.82º | 0.31% | 0.77% | - |
| XYZ | 44.66 | 52.15 | 31 | - |
| YUV | 186.76 | 99.36 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 197 | 136 | 0.06 | 0 | 0.31 | 0.23 | 70.82 | 0.34 | 0.65 |
| Hex | BA | C5 | 88 | 6 | 0 | 1F | 17 | 47 | 22 | 41 |
| Octal | 272 | 305 | 210 | 6 | 0 | 37 | 27 | 107 | 42 | 101 |
| Binary | 10111010 | 11000101 | 10001000 | 110 | 0 | 11111 | 10111 | 1000111 | 100010 | 1000001 |
Color Harmonies of #BAC588
Complementary color
Monochromatic Colors of #BAC588
Black with #BAC588
Text Example
Text Example
White with #BAC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC588; }
p { color: rgb(186,197,136); }
H1.HeaderClassName
{
color: #BAC588;
}
.AnyTagClassName
{
color: #BAC588;
}
</style>
background-color css
<style>
a { background-color: #BAC588; }
a { background-color: rgb(186,197,136); }
div.DivClassName
{
background-color: #BAC588;
}
.BgClassName
{
background-color: #BAC588;
}
</style>
border-color css
<style>
span { border-color: #BAC588; }
span { border-color: rgb(186,197,136); }
td.TdClassName
{
border-color: #BAC588;
}
.TagClassName
{
border-color: #BAC588;
}
</style>