Shades of Caper #ABC77A
Tints of Caper #ABC77A
RGB
CMYK
RGB Variations
Color information
#ABC77A (or 0xABC77A) is known color: Caper. HEX triplet: AB, C7 and 7A. RGB value is (171,199,122). Sum of RGB (Red+Green+Blue) = 171+199+122=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 199 (78.12% from 255 or 40.45% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC77A is #543885. Grayscale: #B6B6B6. Windows color (decimal): -5519494 or 8046507. OLE color: 8046507.
HSL color Cylindrical-coordinate representation of color #ABC77A: hue angle of 81.82º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABC77A is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 122 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.22 |
| HSL | 81.82º | 0.41% | 0.63% | - |
| HSV(B) | 81.82º | 0.39% | 0.78% | - |
| XYZ | 40.73 | 50.91 | 26.09 | - |
| YUV | 181.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 122 | 0.14 | 0 | 0.39 | 0.22 | 81.82 | 0.41 | 0.63 |
| Hex | AB | C7 | 7A | E | 0 | 27 | 16 | 52 | 29 | 3F |
| Octal | 253 | 307 | 172 | 16 | 0 | 47 | 26 | 122 | 51 | 77 |
| Binary | 10101011 | 11000111 | 1111010 | 1110 | 0 | 100111 | 10110 | 1010010 | 101001 | 111111 |
Color Harmonies of #ABC77A
Complementary color
Monochromatic Colors of #ABC77A
Black with #ABC77A
Text Example
Text Example
White with #ABC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC77A; }
p { color: rgb(171,199,122); }
H1.HeaderClassName
{
color: #ABC77A;
}
.AnyTagClassName
{
color: #ABC77A;
}
</style>
background-color css
<style>
a { background-color: #ABC77A; }
a { background-color: rgb(171,199,122); }
div.DivClassName
{
background-color: #ABC77A;
}
.BgClassName
{
background-color: #ABC77A;
}
</style>
border-color css
<style>
span { border-color: #ABC77A; }
span { border-color: rgb(171,199,122); }
td.TdClassName
{
border-color: #ABC77A;
}
.TagClassName
{
border-color: #ABC77A;
}
</style>