Shades of Caper #AABE73
Tints of Caper #AABE73
RGB
CMYK
RGB Variations
Color information
#AABE73 (or 0xAABE73) is known color: Caper. HEX triplet: AA, BE and 73. RGB value is (170,190,115). Sum of RGB (Red+Green+Blue) = 170+190+115=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 115 (45.31% from 255 or 24.21% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #AABE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABE73 is #55418C. Grayscale: #AFAFAF. Windows color (decimal): -5587341 or 7585450. OLE color: 7585450.
HSL color Cylindrical-coordinate representation of color #AABE73: hue angle of 76º 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 #AABE73 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 190 | 115 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.25 |
| HSL | 76º | 0.37% | 0.6% | - |
| HSV(B) | 76º | 0.39% | 0.75% | - |
| XYZ | 38.09 | 46.61 | 23.21 | - |
| YUV | 175.47 | 93.87 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 115 | 0.11 | 0 | 0.39 | 0.25 | 76 | 0.37 | 0.6 |
| Hex | AA | BE | 73 | B | 0 | 27 | 19 | 4C | 25 | 3C |
| Octal | 252 | 276 | 163 | 13 | 0 | 47 | 31 | 114 | 45 | 74 |
| Binary | 10101010 | 10111110 | 1110011 | 1011 | 0 | 100111 | 11001 | 1001100 | 100101 | 111100 |
Color Harmonies of #AABE73
Complementary color
Monochromatic Colors of #AABE73
Black with #AABE73
Text Example
Text Example
White with #AABE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABE73; }
p { color: rgb(170,190,115); }
H1.HeaderClassName
{
color: #AABE73;
}
.AnyTagClassName
{
color: #AABE73;
}
</style>
background-color css
<style>
a { background-color: #AABE73; }
a { background-color: rgb(170,190,115); }
div.DivClassName
{
background-color: #AABE73;
}
.BgClassName
{
background-color: #AABE73;
}
</style>
border-color css
<style>
span { border-color: #AABE73; }
span { border-color: rgb(170,190,115); }
td.TdClassName
{
border-color: #AABE73;
}
.TagClassName
{
border-color: #AABE73;
}
</style>