Shades of Caper #A9BE73
Tints of Caper #A9BE73
RGB
CMYK
RGB Variations
Color information
#A9BE73 (or 0xA9BE73) is known color: Caper. HEX triplet: A9, BE and 73. RGB value is (169,190,115). Sum of RGB (Red+Green+Blue) = 169+190+115=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 190 - color contains mainly: green. Hex color #A9BE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9BE73 is #56418C. Grayscale: #AFAFAF. Windows color (decimal): -5652877 or 7585449. OLE color: 7585449.
HSL color Cylindrical-coordinate representation of color #A9BE73: hue angle of 76.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A9BE73 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 190 | 115 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.25 |
| HSL | 76.8º | 0.37% | 0.6% | - |
| HSV(B) | 76.8º | 0.39% | 0.75% | - |
| XYZ | 37.87 | 46.5 | 23.2 | - |
| YUV | 175.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 190 | 115 | 0.11 | 0 | 0.39 | 0.25 | 76.8 | 0.37 | 0.6 |
| Hex | A9 | BE | 73 | B | 0 | 27 | 19 | 4D | 25 | 3C |
| Octal | 251 | 276 | 163 | 13 | 0 | 47 | 31 | 115 | 45 | 74 |
| Binary | 10101001 | 10111110 | 1110011 | 1011 | 0 | 100111 | 11001 | 1001101 | 100101 | 111100 |
Color Harmonies of #A9BE73
Complementary color
Monochromatic Colors of #A9BE73
Black with #A9BE73
Text Example
Text Example
White with #A9BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BE73; }
p { color: rgb(169,190,115); }
H1.HeaderClassName
{
color: #A9BE73;
}
.AnyTagClassName
{
color: #A9BE73;
}
</style>
background-color css
<style>
a { background-color: #A9BE73; }
a { background-color: rgb(169,190,115); }
div.DivClassName
{
background-color: #A9BE73;
}
.BgClassName
{
background-color: #A9BE73;
}
</style>
border-color css
<style>
span { border-color: #A9BE73; }
span { border-color: rgb(169,190,115); }
td.TdClassName
{
border-color: #A9BE73;
}
.TagClassName
{
border-color: #A9BE73;
}
</style>