Shades of Caper #A9BE7C
Tints of Caper #A9BE7C
RGB
CMYK
RGB Variations
Color information
#A9BE7C (or 0xA9BE7C) is known color: Caper. HEX triplet: A9, BE and 7C. RGB value is (169,190,124). Sum of RGB (Red+Green+Blue) = 169+190+124=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE7C is #564183. Grayscale: #B0B0B0. Windows color (decimal): -5652868 or 8175273. OLE color: 8175273.
HSL color Cylindrical-coordinate representation of color #A9BE7C: hue angle of 79.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A9BE7C is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 124 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.25 |
| HSL | 79.09º | 0.34% | 0.62% | - |
| HSV(B) | 79.09º | 0.35% | 0.75% | - |
| XYZ | 38.41 | 46.72 | 26.06 | - |
| YUV | 176.2 | 98.54 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 124 | 0.11 | 0 | 0.35 | 0.25 | 79.09 | 0.34 | 0.62 |
| Hex | A9 | BE | 7C | B | 0 | 23 | 19 | 4F | 22 | 3E |
| Octal | 251 | 276 | 174 | 13 | 0 | 43 | 31 | 117 | 42 | 76 |
| Binary | 10101001 | 10111110 | 1111100 | 1011 | 0 | 100011 | 11001 | 1001111 | 100010 | 111110 |
Color Harmonies of #A9BE7C
Complementary color
Monochromatic Colors of #A9BE7C
Black with #A9BE7C
Text Example
Text Example
White with #A9BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE7C; }
p { color: rgb(169,190,124); }
H1.HeaderClassName
{
color: #A9BE7C;
}
.AnyTagClassName
{
color: #A9BE7C;
}
</style>
background-color css
<style>
a { background-color: #A9BE7C; }
a { background-color: rgb(169,190,124); }
div.DivClassName
{
background-color: #A9BE7C;
}
.BgClassName
{
background-color: #A9BE7C;
}
</style>
border-color css
<style>
span { border-color: #A9BE7C; }
span { border-color: rgb(169,190,124); }
td.TdClassName
{
border-color: #A9BE7C;
}
.TagClassName
{
border-color: #A9BE7C;
}
</style>