Shades of Caper #A9BD7A
Tints of Caper #A9BD7A
RGB
CMYK
RGB Variations
Color information
#A9BD7A (or 0xA9BD7A) is known color: Caper. HEX triplet: A9, BD and 7A. RGB value is (169,189,122). Sum of RGB (Red+Green+Blue) = 169+189+122=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD7A is #564285. Grayscale: #AFAFAF. Windows color (decimal): -5653126 or 8043945. OLE color: 8043945.
HSL color Cylindrical-coordinate representation of color #A9BD7A: hue angle of 77.91º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9BD7A is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 122 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.26 |
| HSL | 77.91º | 0.34% | 0.61% | - |
| HSV(B) | 77.91º | 0.35% | 0.74% | - |
| XYZ | 38.07 | 46.24 | 25.33 | - |
| YUV | 175.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 122 | 0.11 | 0 | 0.35 | 0.26 | 77.91 | 0.34 | 0.61 |
| Hex | A9 | BD | 7A | B | 0 | 23 | 1A | 4E | 22 | 3D |
| Octal | 251 | 275 | 172 | 13 | 0 | 43 | 32 | 116 | 42 | 75 |
| Binary | 10101001 | 10111101 | 1111010 | 1011 | 0 | 100011 | 11010 | 1001110 | 100010 | 111101 |
Color Harmonies of #A9BD7A
Complementary color
Monochromatic Colors of #A9BD7A
Black with #A9BD7A
Text Example
Text Example
White with #A9BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD7A; }
p { color: rgb(169,189,122); }
H1.HeaderClassName
{
color: #A9BD7A;
}
.AnyTagClassName
{
color: #A9BD7A;
}
</style>
background-color css
<style>
a { background-color: #A9BD7A; }
a { background-color: rgb(169,189,122); }
div.DivClassName
{
background-color: #A9BD7A;
}
.BgClassName
{
background-color: #A9BD7A;
}
</style>
border-color css
<style>
span { border-color: #A9BD7A; }
span { border-color: rgb(169,189,122); }
td.TdClassName
{
border-color: #A9BD7A;
}
.TagClassName
{
border-color: #A9BD7A;
}
</style>