Shades of Caper #A9BF71
Tints of Caper #A9BF71
RGB
CMYK
RGB Variations
Color information
#A9BF71 (or 0xA9BF71) is known color: Caper. HEX triplet: A9, BF and 71. RGB value is (169,191,113). Sum of RGB (Red+Green+Blue) = 169+191+113=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 113 (44.53% from 255 or 23.89% from 473); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BF71 is #56408E. Grayscale: #AFAFAF. Windows color (decimal): -5652623 or 7454633. OLE color: 7454633.
HSL color Cylindrical-coordinate representation of color #A9BF71: hue angle of 76.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9BF71 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 191 | 113 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.25 |
| HSL | 76.92º | 0.38% | 0.6% | - |
| HSV(B) | 76.92º | 0.41% | 0.75% | - |
| XYZ | 37.97 | 46.89 | 22.67 | - |
| YUV | 175.53 | 92.71 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 113 | 0.12 | 0 | 0.41 | 0.25 | 76.92 | 0.38 | 0.6 |
| Hex | A9 | BF | 71 | C | 0 | 29 | 19 | 4D | 26 | 3C |
| Octal | 251 | 277 | 161 | 14 | 0 | 51 | 31 | 115 | 46 | 74 |
| Binary | 10101001 | 10111111 | 1110001 | 1100 | 0 | 101001 | 11001 | 1001101 | 100110 | 111100 |
Color Harmonies of #A9BF71
Complementary color
Monochromatic Colors of #A9BF71
Black with #A9BF71
Text Example
Text Example
White with #A9BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BF71; }
p { color: rgb(169,191,113); }
H1.HeaderClassName
{
color: #A9BF71;
}
.AnyTagClassName
{
color: #A9BF71;
}
</style>
background-color css
<style>
a { background-color: #A9BF71; }
a { background-color: rgb(169,191,113); }
div.DivClassName
{
background-color: #A9BF71;
}
.BgClassName
{
background-color: #A9BF71;
}
</style>
border-color css
<style>
span { border-color: #A9BF71; }
span { border-color: rgb(169,191,113); }
td.TdClassName
{
border-color: #A9BF71;
}
.TagClassName
{
border-color: #A9BF71;
}
</style>