Shades of Caper #ABD26D
Tints of Caper #ABD26D
RGB
CMYK
RGB Variations
Color information
#ABD26D (or 0xABD26D) is known color: Caper. HEX triplet: AB, D2 and 6D. RGB value is (171,210,109). Sum of RGB (Red+Green+Blue) = 171+210+109=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD26D is #542D92. Grayscale: #BBBBBB. Windows color (decimal): -5516691 or 7197355. OLE color: 7197355.
HSL color Cylindrical-coordinate representation of color #ABD26D: hue angle of 83.17º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABD26D is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 109 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.18 |
| HSL | 83.17º | 0.53% | 0.63% | - |
| HSV(B) | 83.17º | 0.48% | 0.82% | - |
| XYZ | 42.6 | 55.86 | 23 | - |
| YUV | 186.83 | 84.08 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 109 | 0.19 | 0 | 0.48 | 0.18 | 83.17 | 0.53 | 0.63 |
| Hex | AB | D2 | 6D | 13 | 0 | 30 | 12 | 53 | 35 | 3F |
| Octal | 253 | 322 | 155 | 23 | 0 | 60 | 22 | 123 | 65 | 77 |
| Binary | 10101011 | 11010010 | 1101101 | 10011 | 0 | 110000 | 10010 | 1010011 | 110101 | 111111 |
Color Harmonies of #ABD26D
Complementary color
Monochromatic Colors of #ABD26D
Black with #ABD26D
Text Example
Text Example
White with #ABD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD26D; }
p { color: rgb(171,210,109); }
H1.HeaderClassName
{
color: #ABD26D;
}
.AnyTagClassName
{
color: #ABD26D;
}
</style>
background-color css
<style>
a { background-color: #ABD26D; }
a { background-color: rgb(171,210,109); }
div.DivClassName
{
background-color: #ABD26D;
}
.BgClassName
{
background-color: #ABD26D;
}
</style>
border-color css
<style>
span { border-color: #ABD26D; }
span { border-color: rgb(171,210,109); }
td.TdClassName
{
border-color: #ABD26D;
}
.TagClassName
{
border-color: #ABD26D;
}
</style>