Shades of Caper #A9BF81
Tints of Caper #A9BF81
RGB
CMYK
RGB Variations
Color information
#A9BF81 (or 0xA9BF81) is known color: Caper. HEX triplet: A9, BF and 81. RGB value is (169,191,129). Sum of RGB (Red+Green+Blue) = 169+191+129=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF81 is #56407E. Grayscale: #B1B1B1. Windows color (decimal): -5652607 or 8503209. OLE color: 8503209.
HSL color Cylindrical-coordinate representation of color #A9BF81: hue angle of 81.29º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9BF81 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 129 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.25 |
| HSL | 81.29º | 0.33% | 0.63% | - |
| HSV(B) | 81.29º | 0.32% | 0.75% | - |
| XYZ | 38.96 | 47.28 | 27.84 | - |
| YUV | 177.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 129 | 0.12 | 0 | 0.32 | 0.25 | 81.29 | 0.33 | 0.63 |
| Hex | A9 | BF | 81 | C | 0 | 20 | 19 | 51 | 21 | 3F |
| Octal | 251 | 277 | 201 | 14 | 0 | 40 | 31 | 121 | 41 | 77 |
| Binary | 10101001 | 10111111 | 10000001 | 1100 | 0 | 100000 | 11001 | 1010001 | 100001 | 111111 |
Color Harmonies of #A9BF81
Complementary color
Monochromatic Colors of #A9BF81
Black with #A9BF81
Text Example
Text Example
White with #A9BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF81; }
p { color: rgb(169,191,129); }
H1.HeaderClassName
{
color: #A9BF81;
}
.AnyTagClassName
{
color: #A9BF81;
}
</style>
background-color css
<style>
a { background-color: #A9BF81; }
a { background-color: rgb(169,191,129); }
div.DivClassName
{
background-color: #A9BF81;
}
.BgClassName
{
background-color: #A9BF81;
}
</style>
border-color css
<style>
span { border-color: #A9BF81; }
span { border-color: rgb(169,191,129); }
td.TdClassName
{
border-color: #A9BF81;
}
.TagClassName
{
border-color: #A9BF81;
}
</style>