Shades of Caper #ABC57D
Tints of Caper #ABC57D
RGB
CMYK
RGB Variations
Color information
#ABC57D (or 0xABC57D) is known color: Caper. HEX triplet: AB, C5 and 7D. RGB value is (171,197,125). Sum of RGB (Red+Green+Blue) = 171+197+125=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC57D is #543A82. Grayscale: #B5B5B5. Windows color (decimal): -5520003 or 8242603. OLE color: 8242603.
HSL color Cylindrical-coordinate representation of color #ABC57D: hue angle of 81.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABC57D is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 125 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.23 |
| HSL | 81.67º | 0.38% | 0.63% | - |
| HSV(B) | 81.67º | 0.37% | 0.77% | - |
| XYZ | 40.46 | 50.07 | 26.93 | - |
| YUV | 181.02 | 96.39 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 125 | 0.13 | 0 | 0.37 | 0.23 | 81.67 | 0.38 | 0.63 |
| Hex | AB | C5 | 7D | D | 0 | 25 | 17 | 52 | 26 | 3F |
| Octal | 253 | 305 | 175 | 15 | 0 | 45 | 27 | 122 | 46 | 77 |
| Binary | 10101011 | 11000101 | 1111101 | 1101 | 0 | 100101 | 10111 | 1010010 | 100110 | 111111 |
Color Harmonies of #ABC57D
Complementary color
Monochromatic Colors of #ABC57D
Black with #ABC57D
Text Example
Text Example
White with #ABC57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC57D; }
p { color: rgb(171,197,125); }
H1.HeaderClassName
{
color: #ABC57D;
}
.AnyTagClassName
{
color: #ABC57D;
}
</style>
background-color css
<style>
a { background-color: #ABC57D; }
a { background-color: rgb(171,197,125); }
div.DivClassName
{
background-color: #ABC57D;
}
.BgClassName
{
background-color: #ABC57D;
}
</style>
border-color css
<style>
span { border-color: #ABC57D; }
span { border-color: rgb(171,197,125); }
td.TdClassName
{
border-color: #ABC57D;
}
.TagClassName
{
border-color: #ABC57D;
}
</style>