Shades of Caper #ABC56D
Tints of Caper #ABC56D
RGB
CMYK
RGB Variations
Color information
#ABC56D (or 0xABC56D) is known color: Caper. HEX triplet: AB, C5 and 6D. RGB value is (171,197,109). Sum of RGB (Red+Green+Blue) = 171+197+109=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC56D is #543A92. Grayscale: #B3B3B3. Windows color (decimal): -5520019 or 7194027. OLE color: 7194027.
HSL color Cylindrical-coordinate representation of color #ABC56D: hue angle of 77.73º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC56D is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 109 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.23 |
| HSL | 77.73º | 0.43% | 0.6% | - |
| HSV(B) | 77.73º | 0.45% | 0.77% | - |
| XYZ | 39.52 | 49.69 | 21.98 | - |
| YUV | 179.19 | 88.39 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 109 | 0.13 | 0 | 0.45 | 0.23 | 77.73 | 0.43 | 0.6 |
| Hex | AB | C5 | 6D | D | 0 | 2D | 17 | 4E | 2B | 3C |
| Octal | 253 | 305 | 155 | 15 | 0 | 55 | 27 | 116 | 53 | 74 |
| Binary | 10101011 | 11000101 | 1101101 | 1101 | 0 | 101101 | 10111 | 1001110 | 101011 | 111100 |
Color Harmonies of #ABC56D
Complementary color
Monochromatic Colors of #ABC56D
Black with #ABC56D
Text Example
Text Example
White with #ABC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC56D; }
p { color: rgb(171,197,109); }
H1.HeaderClassName
{
color: #ABC56D;
}
.AnyTagClassName
{
color: #ABC56D;
}
</style>
background-color css
<style>
a { background-color: #ABC56D; }
a { background-color: rgb(171,197,109); }
div.DivClassName
{
background-color: #ABC56D;
}
.BgClassName
{
background-color: #ABC56D;
}
</style>
border-color css
<style>
span { border-color: #ABC56D; }
span { border-color: rgb(171,197,109); }
td.TdClassName
{
border-color: #ABC56D;
}
.TagClassName
{
border-color: #ABC56D;
}
</style>