Shades of Caper #ABC77C
Tints of Caper #ABC77C
RGB
CMYK
RGB Variations
Color information
#ABC77C (or 0xABC77C) is known color: Caper. HEX triplet: AB, C7 and 7C. RGB value is (171,199,124). Sum of RGB (Red+Green+Blue) = 171+199+124=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC77C is #543883. Grayscale: #B6B6B6. Windows color (decimal): -5519492 or 8177579. OLE color: 8177579.
HSL color Cylindrical-coordinate representation of color #ABC77C: hue angle of 82.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABC77C is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 124 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.22 |
| HSL | 82.4º | 0.4% | 0.63% | - |
| HSV(B) | 82.4º | 0.38% | 0.78% | - |
| XYZ | 40.86 | 50.96 | 26.75 | - |
| YUV | 182.08 | 95.22 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 124 | 0.14 | 0 | 0.38 | 0.22 | 82.4 | 0.4 | 0.63 |
| Hex | AB | C7 | 7C | E | 0 | 26 | 16 | 52 | 28 | 3F |
| Octal | 253 | 307 | 174 | 16 | 0 | 46 | 26 | 122 | 50 | 77 |
| Binary | 10101011 | 11000111 | 1111100 | 1110 | 0 | 100110 | 10110 | 1010010 | 101000 | 111111 |
Color Harmonies of #ABC77C
Complementary color
Monochromatic Colors of #ABC77C
Black with #ABC77C
Text Example
Text Example
White with #ABC77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC77C; }
p { color: rgb(171,199,124); }
H1.HeaderClassName
{
color: #ABC77C;
}
.AnyTagClassName
{
color: #ABC77C;
}
</style>
background-color css
<style>
a { background-color: #ABC77C; }
a { background-color: rgb(171,199,124); }
div.DivClassName
{
background-color: #ABC77C;
}
.BgClassName
{
background-color: #ABC77C;
}
</style>
border-color css
<style>
span { border-color: #ABC77C; }
span { border-color: rgb(171,199,124); }
td.TdClassName
{
border-color: #ABC77C;
}
.TagClassName
{
border-color: #ABC77C;
}
</style>