Shades of Caper #A9BC84
Tints of Caper #A9BC84
RGB
CMYK
RGB Variations
Color information
#A9BC84 (or 0xA9BC84) is known color: Caper. HEX triplet: A9, BC and 84. RGB value is (169,188,132). Sum of RGB (Red+Green+Blue) = 169+188+132=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC84 is #56437B. Grayscale: #B0B0B0. Windows color (decimal): -5653372 or 8699049. OLE color: 8699049.
HSL color Cylindrical-coordinate representation of color #A9BC84: hue angle of 80.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9BC84 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 188 | 132 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.26 |
| HSL | 80.36º | 0.29% | 0.63% | - |
| HSV(B) | 80.36º | 0.3% | 0.74% | - |
| XYZ | 38.51 | 46.07 | 28.69 | - |
| YUV | 175.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 132 | 0.10 | 0 | 0.30 | 0.26 | 80.36 | 0.29 | 0.63 |
| Hex | A9 | BC | 84 | A | 0 | 1E | 1A | 50 | 1D | 3F |
| Octal | 251 | 274 | 204 | 12 | 0 | 36 | 32 | 120 | 35 | 77 |
| Binary | 10101001 | 10111100 | 10000100 | 1010 | 0 | 11110 | 11010 | 1010000 | 11101 | 111111 |
Color Harmonies of #A9BC84
Complementary color
Monochromatic Colors of #A9BC84
Black with #A9BC84
Text Example
Text Example
White with #A9BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BC84; }
p { color: rgb(169,188,132); }
H1.HeaderClassName
{
color: #A9BC84;
}
.AnyTagClassName
{
color: #A9BC84;
}
</style>
background-color css
<style>
a { background-color: #A9BC84; }
a { background-color: rgb(169,188,132); }
div.DivClassName
{
background-color: #A9BC84;
}
.BgClassName
{
background-color: #A9BC84;
}
</style>
border-color css
<style>
span { border-color: #A9BC84; }
span { border-color: rgb(169,188,132); }
td.TdClassName
{
border-color: #A9BC84;
}
.TagClassName
{
border-color: #A9BC84;
}
</style>