Shades of Caper #ABC77E
Tints of Caper #ABC77E
RGB
CMYK
RGB Variations
Color information
#ABC77E (or 0xABC77E) is known color: Caper. HEX triplet: AB, C7 and 7E. RGB value is (171,199,126). Sum of RGB (Red+Green+Blue) = 171+199+126=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC77E is #543881. Grayscale: #B6B6B6. Windows color (decimal): -5519490 or 8308651. OLE color: 8308651.
HSL color Cylindrical-coordinate representation of color #ABC77E: hue angle of 83.01º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABC77E is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 126 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.22 |
| HSL | 83.01º | 0.39% | 0.64% | - |
| HSV(B) | 83.01º | 0.37% | 0.78% | - |
| XYZ | 40.98 | 51.01 | 27.42 | - |
| YUV | 182.31 | 96.22 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 126 | 0.14 | 0 | 0.37 | 0.22 | 83.01 | 0.39 | 0.64 |
| Hex | AB | C7 | 7E | E | 0 | 25 | 16 | 53 | 27 | 40 |
| Octal | 253 | 307 | 176 | 16 | 0 | 45 | 26 | 123 | 47 | 100 |
| Binary | 10101011 | 11000111 | 1111110 | 1110 | 0 | 100101 | 10110 | 1010011 | 100111 | 1000000 |
Color Harmonies of #ABC77E
Complementary color
Monochromatic Colors of #ABC77E
Black with #ABC77E
Text Example
Text Example
White with #ABC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC77E; }
p { color: rgb(171,199,126); }
H1.HeaderClassName
{
color: #ABC77E;
}
.AnyTagClassName
{
color: #ABC77E;
}
</style>
background-color css
<style>
a { background-color: #ABC77E; }
a { background-color: rgb(171,199,126); }
div.DivClassName
{
background-color: #ABC77E;
}
.BgClassName
{
background-color: #ABC77E;
}
</style>
border-color css
<style>
span { border-color: #ABC77E; }
span { border-color: rgb(171,199,126); }
td.TdClassName
{
border-color: #ABC77E;
}
.TagClassName
{
border-color: #ABC77E;
}
</style>