Shades of Caper #A9BE85
Tints of Caper #A9BE85
RGB
CMYK
RGB Variations
Color information
#A9BE85 (or 0xA9BE85) is known color: Caper. HEX triplet: A9, BE and 85. RGB value is (169,190,133). Sum of RGB (Red+Green+Blue) = 169+190+133=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BE85 is #56417A. Grayscale: #B1B1B1. Windows color (decimal): -5652859 or 8765097. OLE color: 8765097.
HSL color Cylindrical-coordinate representation of color #A9BE85: hue angle of 82.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9BE85 is Cyan = 0.11, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 133 | - |
| CMYK | 0.11 | 0 | 0.3 | 0.25 |
| HSL | 82.11º | 0.3% | 0.63% | - |
| HSV(B) | 82.11º | 0.3% | 0.75% | - |
| XYZ | 39.01 | 46.96 | 29.2 | - |
| YUV | 177.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 133 | 0.11 | 0 | 0.3 | 0.25 | 82.11 | 0.3 | 0.63 |
| Hex | A9 | BE | 85 | B | 0 | 1E | 19 | 52 | 1E | 3F |
| Octal | 251 | 276 | 205 | 13 | 0 | 36 | 31 | 122 | 36 | 77 |
| Binary | 10101001 | 10111110 | 10000101 | 1011 | 0 | 11110 | 11001 | 1010010 | 11110 | 111111 |
Color Harmonies of #A9BE85
Complementary color
Monochromatic Colors of #A9BE85
Black with #A9BE85
Text Example
Text Example
White with #A9BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE85; }
p { color: rgb(169,190,133); }
H1.HeaderClassName
{
color: #A9BE85;
}
.AnyTagClassName
{
color: #A9BE85;
}
</style>
background-color css
<style>
a { background-color: #A9BE85; }
a { background-color: rgb(169,190,133); }
div.DivClassName
{
background-color: #A9BE85;
}
.BgClassName
{
background-color: #A9BE85;
}
</style>
border-color css
<style>
span { border-color: #A9BE85; }
span { border-color: rgb(169,190,133); }
td.TdClassName
{
border-color: #A9BE85;
}
.TagClassName
{
border-color: #A9BE85;
}
</style>