Shades of Caper #AABF82
Tints of Caper #AABF82
RGB
CMYK
RGB Variations
Color information
#AABF82 (or 0xAABF82) is known color: Caper. HEX triplet: AA, BF and 82. RGB value is (170,191,130). Sum of RGB (Red+Green+Blue) = 170+191+130=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 191 (75% from 255 or 38.90% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF82 is #55407D. Grayscale: #B1B1B1. Windows color (decimal): -5587070 or 8568746. OLE color: 8568746.
HSL color Cylindrical-coordinate representation of color #AABF82: hue angle of 80.66º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AABF82 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 130 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.25 |
| HSL | 80.66º | 0.32% | 0.63% | - |
| HSV(B) | 80.66º | 0.32% | 0.75% | - |
| XYZ | 39.24 | 47.42 | 28.2 | - |
| YUV | 177.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 130 | 0.11 | 0 | 0.32 | 0.25 | 80.66 | 0.32 | 0.63 |
| Hex | AA | BF | 82 | B | 0 | 20 | 19 | 51 | 20 | 3F |
| Octal | 252 | 277 | 202 | 13 | 0 | 40 | 31 | 121 | 40 | 77 |
| Binary | 10101010 | 10111111 | 10000010 | 1011 | 0 | 100000 | 11001 | 1010001 | 100000 | 111111 |
Color Harmonies of #AABF82
Complementary color
Monochromatic Colors of #AABF82
Black with #AABF82
Text Example
Text Example
White with #AABF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF82; }
p { color: rgb(170,191,130); }
H1.HeaderClassName
{
color: #AABF82;
}
.AnyTagClassName
{
color: #AABF82;
}
</style>
background-color css
<style>
a { background-color: #AABF82; }
a { background-color: rgb(170,191,130); }
div.DivClassName
{
background-color: #AABF82;
}
.BgClassName
{
background-color: #AABF82;
}
</style>
border-color css
<style>
span { border-color: #AABF82; }
span { border-color: rgb(170,191,130); }
td.TdClassName
{
border-color: #AABF82;
}
.TagClassName
{
border-color: #AABF82;
}
</style>