Shades of Caper #A9BC88
Tints of Caper #A9BC88
RGB
CMYK
RGB Variations
Color information
#A9BC88 (or 0xA9BC88) is known color: Caper. HEX triplet: A9, BC and 88. RGB value is (169,188,136). Sum of RGB (Red+Green+Blue) = 169+188+136=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC88 is #564377. Grayscale: #B0B0B0. Windows color (decimal): -5653368 or 8961193. OLE color: 8961193.
HSL color Cylindrical-coordinate representation of color #A9BC88: hue angle of 81.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9BC88 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 136 | - |
| CMYK | 0.10 | 0 | 0.28 | 0.26 |
| HSL | 81.92º | 0.28% | 0.64% | - |
| HSV(B) | 81.92º | 0.28% | 0.74% | - |
| XYZ | 38.79 | 46.18 | 30.16 | - |
| YUV | 176.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 136 | 0.10 | 0 | 0.28 | 0.26 | 81.92 | 0.28 | 0.64 |
| Hex | A9 | BC | 88 | A | 0 | 1C | 1A | 52 | 1C | 40 |
| Octal | 251 | 274 | 210 | 12 | 0 | 34 | 32 | 122 | 34 | 100 |
| Binary | 10101001 | 10111100 | 10001000 | 1010 | 0 | 11100 | 11010 | 1010010 | 11100 | 1000000 |
Color Harmonies of #A9BC88
Complementary color
Monochromatic Colors of #A9BC88
Black with #A9BC88
Text Example
Text Example
White with #A9BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC88; }
p { color: rgb(169,188,136); }
H1.HeaderClassName
{
color: #A9BC88;
}
.AnyTagClassName
{
color: #A9BC88;
}
</style>
background-color css
<style>
a { background-color: #A9BC88; }
a { background-color: rgb(169,188,136); }
div.DivClassName
{
background-color: #A9BC88;
}
.BgClassName
{
background-color: #A9BC88;
}
</style>
border-color css
<style>
span { border-color: #A9BC88; }
span { border-color: rgb(169,188,136); }
td.TdClassName
{
border-color: #A9BC88;
}
.TagClassName
{
border-color: #A9BC88;
}
</style>