Shades of Caper #AABF74
Tints of Caper #AABF74
RGB
CMYK
RGB Variations
Color information
#AABF74 (or 0xAABF74) is known color: Caper. HEX triplet: AA, BF and 74. RGB value is (170,191,116). Sum of RGB (Red+Green+Blue) = 170+191+116=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AABF74 is #55408B. Grayscale: #B0B0B0. Windows color (decimal): -5587084 or 7651242. OLE color: 7651242.
HSL color Cylindrical-coordinate representation of color #AABF74: 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 #AABF74 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 191 | 116 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.25 |
| HSL | 76.8º | 0.37% | 0.6% | - |
| HSV(B) | 76.8º | 0.39% | 0.75% | - |
| XYZ | 38.36 | 47.07 | 23.59 | - |
| YUV | 176.17 | 94.04 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 116 | 0.11 | 0 | 0.39 | 0.25 | 76.8 | 0.37 | 0.6 |
| Hex | AA | BF | 74 | B | 0 | 27 | 19 | 4D | 25 | 3C |
| Octal | 252 | 277 | 164 | 13 | 0 | 47 | 31 | 115 | 45 | 74 |
| Binary | 10101010 | 10111111 | 1110100 | 1011 | 0 | 100111 | 11001 | 1001101 | 100101 | 111100 |
Color Harmonies of #AABF74
Complementary color
Monochromatic Colors of #AABF74
Black with #AABF74
Text Example
Text Example
White with #AABF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABF74; }
p { color: rgb(170,191,116); }
H1.HeaderClassName
{
color: #AABF74;
}
.AnyTagClassName
{
color: #AABF74;
}
</style>
background-color css
<style>
a { background-color: #AABF74; }
a { background-color: rgb(170,191,116); }
div.DivClassName
{
background-color: #AABF74;
}
.BgClassName
{
background-color: #AABF74;
}
</style>
border-color css
<style>
span { border-color: #AABF74; }
span { border-color: rgb(170,191,116); }
td.TdClassName
{
border-color: #AABF74;
}
.TagClassName
{
border-color: #AABF74;
}
</style>