Shades of Caper #A9BE70
Tints of Caper #A9BE70
RGB
CMYK
RGB Variations
Color information
#A9BE70 (or 0xA9BE70) is known color: Caper. HEX triplet: A9, BE and 70. RGB value is (169,190,112). Sum of RGB (Red+Green+Blue) = 169+190+112=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE70 is #56418F. Grayscale: #AFAFAF. Windows color (decimal): -5652880 or 7388841. OLE color: 7388841.
HSL color Cylindrical-coordinate representation of color #A9BE70: hue angle of 76.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A9BE70 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 112 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.25 |
| HSL | 76.15º | 0.38% | 0.59% | - |
| HSV(B) | 76.15º | 0.41% | 0.75% | - |
| XYZ | 37.7 | 46.43 | 22.3 | - |
| YUV | 174.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 112 | 0.11 | 0 | 0.41 | 0.25 | 76.15 | 0.38 | 0.59 |
| Hex | A9 | BE | 70 | B | 0 | 29 | 19 | 4C | 26 | 3B |
| Octal | 251 | 276 | 160 | 13 | 0 | 51 | 31 | 114 | 46 | 73 |
| Binary | 10101001 | 10111110 | 1110000 | 1011 | 0 | 101001 | 11001 | 1001100 | 100110 | 111011 |
Color Harmonies of #A9BE70
Complementary color
Monochromatic Colors of #A9BE70
Black with #A9BE70
Text Example
Text Example
White with #A9BE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE70; }
p { color: rgb(169,190,112); }
H1.HeaderClassName
{
color: #A9BE70;
}
.AnyTagClassName
{
color: #A9BE70;
}
</style>
background-color css
<style>
a { background-color: #A9BE70; }
a { background-color: rgb(169,190,112); }
div.DivClassName
{
background-color: #A9BE70;
}
.BgClassName
{
background-color: #A9BE70;
}
</style>
border-color css
<style>
span { border-color: #A9BE70; }
span { border-color: rgb(169,190,112); }
td.TdClassName
{
border-color: #A9BE70;
}
.TagClassName
{
border-color: #A9BE70;
}
</style>