Shades of Caper #A9BB84
Tints of Caper #A9BB84
RGB
CMYK
RGB Variations
Color information
#A9BB84 (or 0xA9BB84) is known color: Caper. HEX triplet: A9, BB and 84. RGB value is (169,187,132). Sum of RGB (Red+Green+Blue) = 169+187+132=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB84 is #56447B. Grayscale: #AFAFAF. Windows color (decimal): -5653628 or 8698793. OLE color: 8698793.
HSL color Cylindrical-coordinate representation of color #A9BB84: hue angle of 79.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9BB84 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 187 | 132 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.27 |
| HSL | 79.64º | 0.29% | 0.63% | - |
| HSV(B) | 79.64º | 0.29% | 0.73% | - |
| XYZ | 38.3 | 45.64 | 28.62 | - |
| YUV | 175.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 187 | 132 | 0.10 | 0 | 0.29 | 0.27 | 79.64 | 0.29 | 0.63 |
| Hex | A9 | BB | 84 | A | 0 | 1D | 1B | 50 | 1D | 3F |
| Octal | 251 | 273 | 204 | 12 | 0 | 35 | 33 | 120 | 35 | 77 |
| Binary | 10101001 | 10111011 | 10000100 | 1010 | 0 | 11101 | 11011 | 1010000 | 11101 | 111111 |
Color Harmonies of #A9BB84
Complementary color
Monochromatic Colors of #A9BB84
Black with #A9BB84
Text Example
Text Example
White with #A9BB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BB84; }
p { color: rgb(169,187,132); }
H1.HeaderClassName
{
color: #A9BB84;
}
.AnyTagClassName
{
color: #A9BB84;
}
</style>
background-color css
<style>
a { background-color: #A9BB84; }
a { background-color: rgb(169,187,132); }
div.DivClassName
{
background-color: #A9BB84;
}
.BgClassName
{
background-color: #A9BB84;
}
</style>
border-color css
<style>
span { border-color: #A9BB84; }
span { border-color: rgb(169,187,132); }
td.TdClassName
{
border-color: #A9BB84;
}
.TagClassName
{
border-color: #A9BB84;
}
</style>