Shades of Caper #A9BD71
Tints of Caper #A9BD71
RGB
CMYK
RGB Variations
Color information
#A9BD71 (or 0xA9BD71) is known color: Caper. HEX triplet: A9, BD and 71. RGB value is (169,189,113). Sum of RGB (Red+Green+Blue) = 169+189+113=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BD71 is #56428E. Grayscale: #AEAEAE. Windows color (decimal): -5653135 or 7454121. OLE color: 7454121.
HSL color Cylindrical-coordinate representation of color #A9BD71: hue angle of 75.79º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A9BD71 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 189 | 113 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.26 |
| HSL | 75.79º | 0.37% | 0.59% | - |
| HSV(B) | 75.79º | 0.4% | 0.74% | - |
| XYZ | 37.54 | 46.02 | 22.53 | - |
| YUV | 174.36 | 93.37 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 113 | 0.11 | 0 | 0.40 | 0.26 | 75.79 | 0.37 | 0.59 |
| Hex | A9 | BD | 71 | B | 0 | 28 | 1A | 4C | 25 | 3B |
| Octal | 251 | 275 | 161 | 13 | 0 | 50 | 32 | 114 | 45 | 73 |
| Binary | 10101001 | 10111101 | 1110001 | 1011 | 0 | 101000 | 11010 | 1001100 | 100101 | 111011 |
Color Harmonies of #A9BD71
Complementary color
Monochromatic Colors of #A9BD71
Black with #A9BD71
Text Example
Text Example
White with #A9BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BD71; }
p { color: rgb(169,189,113); }
H1.HeaderClassName
{
color: #A9BD71;
}
.AnyTagClassName
{
color: #A9BD71;
}
</style>
background-color css
<style>
a { background-color: #A9BD71; }
a { background-color: rgb(169,189,113); }
div.DivClassName
{
background-color: #A9BD71;
}
.BgClassName
{
background-color: #A9BD71;
}
</style>
border-color css
<style>
span { border-color: #A9BD71; }
span { border-color: rgb(169,189,113); }
td.TdClassName
{
border-color: #A9BD71;
}
.TagClassName
{
border-color: #A9BD71;
}
</style>