Shades of Caper #ABC97C
Tints of Caper #ABC97C
RGB
CMYK
RGB Variations
Color information
#ABC97C (or 0xABC97C) is known color: Caper. HEX triplet: AB, C9 and 7C. RGB value is (171,201,124). Sum of RGB (Red+Green+Blue) = 171+201+124=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC97C is #543683. Grayscale: #B7B7B7. Windows color (decimal): -5518980 or 8178091. OLE color: 8178091.
HSL color Cylindrical-coordinate representation of color #ABC97C: hue angle of 83.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABC97C is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 124 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.21 |
| HSL | 83.38º | 0.42% | 0.64% | - |
| HSV(B) | 83.38º | 0.38% | 0.79% | - |
| XYZ | 41.32 | 51.89 | 26.91 | - |
| YUV | 183.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 124 | 0.15 | 0 | 0.38 | 0.21 | 83.38 | 0.42 | 0.64 |
| Hex | AB | C9 | 7C | F | 0 | 26 | 15 | 53 | 2A | 40 |
| Octal | 253 | 311 | 174 | 17 | 0 | 46 | 25 | 123 | 52 | 100 |
| Binary | 10101011 | 11001001 | 1111100 | 1111 | 0 | 100110 | 10101 | 1010011 | 101010 | 1000000 |
Color Harmonies of #ABC97C
Complementary color
Monochromatic Colors of #ABC97C
Black with #ABC97C
Text Example
Text Example
White with #ABC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC97C; }
p { color: rgb(171,201,124); }
H1.HeaderClassName
{
color: #ABC97C;
}
.AnyTagClassName
{
color: #ABC97C;
}
</style>
background-color css
<style>
a { background-color: #ABC97C; }
a { background-color: rgb(171,201,124); }
div.DivClassName
{
background-color: #ABC97C;
}
.BgClassName
{
background-color: #ABC97C;
}
</style>
border-color css
<style>
span { border-color: #ABC97C; }
span { border-color: rgb(171,201,124); }
td.TdClassName
{
border-color: #ABC97C;
}
.TagClassName
{
border-color: #ABC97C;
}
</style>