Shades of Caper #A9BE7E
Tints of Caper #A9BE7E
RGB
CMYK
RGB Variations
Color information
#A9BE7E (or 0xA9BE7E) is known color: Caper. HEX triplet: A9, BE and 7E. RGB value is (169,190,126). Sum of RGB (Red+Green+Blue) = 169+190+126=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE7E is #564181. Grayscale: #B0B0B0. Windows color (decimal): -5652866 or 8306345. OLE color: 8306345.
HSL color Cylindrical-coordinate representation of color #A9BE7E: hue angle of 79.69º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9BE7E is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 126 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.25 |
| HSL | 79.69º | 0.33% | 0.62% | - |
| HSV(B) | 79.69º | 0.34% | 0.75% | - |
| XYZ | 38.54 | 46.77 | 26.73 | - |
| YUV | 176.43 | 99.54 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 126 | 0.11 | 0 | 0.34 | 0.25 | 79.69 | 0.33 | 0.62 |
| Hex | A9 | BE | 7E | B | 0 | 22 | 19 | 50 | 21 | 3E |
| Octal | 251 | 276 | 176 | 13 | 0 | 42 | 31 | 120 | 41 | 76 |
| Binary | 10101001 | 10111110 | 1111110 | 1011 | 0 | 100010 | 11001 | 1010000 | 100001 | 111110 |
Color Harmonies of #A9BE7E
Complementary color
Monochromatic Colors of #A9BE7E
Black with #A9BE7E
Text Example
Text Example
White with #A9BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE7E; }
p { color: rgb(169,190,126); }
H1.HeaderClassName
{
color: #A9BE7E;
}
.AnyTagClassName
{
color: #A9BE7E;
}
</style>
background-color css
<style>
a { background-color: #A9BE7E; }
a { background-color: rgb(169,190,126); }
div.DivClassName
{
background-color: #A9BE7E;
}
.BgClassName
{
background-color: #A9BE7E;
}
</style>
border-color css
<style>
span { border-color: #A9BE7E; }
span { border-color: rgb(169,190,126); }
td.TdClassName
{
border-color: #A9BE7E;
}
.TagClassName
{
border-color: #A9BE7E;
}
</style>