Shades of Caper #ABD16C
Tints of Caper #ABD16C
RGB
CMYK
RGB Variations
Color information
#ABD16C (or 0xABD16C) is known color: Caper. HEX triplet: AB, D1 and 6C. RGB value is (171,209,108). Sum of RGB (Red+Green+Blue) = 171+209+108=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD16C is #542E93. Grayscale: #BABABA. Windows color (decimal): -5516948 or 7131563. OLE color: 7131563.
HSL color Cylindrical-coordinate representation of color #ABD16C: hue angle of 82.57º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABD16C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 209 | 108 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.18 |
| HSL | 82.57º | 0.52% | 0.62% | - |
| HSV(B) | 82.57º | 0.48% | 0.82% | - |
| XYZ | 42.3 | 55.34 | 22.64 | - |
| YUV | 186.12 | 83.91 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 108 | 0.18 | 0 | 0.48 | 0.18 | 82.57 | 0.52 | 0.62 |
| Hex | AB | D1 | 6C | 12 | 0 | 30 | 12 | 53 | 34 | 3E |
| Octal | 253 | 321 | 154 | 22 | 0 | 60 | 22 | 123 | 64 | 76 |
| Binary | 10101011 | 11010001 | 1101100 | 10010 | 0 | 110000 | 10010 | 1010011 | 110100 | 111110 |
Color Harmonies of #ABD16C
Complementary color
Monochromatic Colors of #ABD16C
Black with #ABD16C
Text Example
Text Example
White with #ABD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD16C; }
p { color: rgb(171,209,108); }
H1.HeaderClassName
{
color: #ABD16C;
}
.AnyTagClassName
{
color: #ABD16C;
}
</style>
background-color css
<style>
a { background-color: #ABD16C; }
a { background-color: rgb(171,209,108); }
div.DivClassName
{
background-color: #ABD16C;
}
.BgClassName
{
background-color: #ABD16C;
}
</style>
border-color css
<style>
span { border-color: #ABD16C; }
span { border-color: rgb(171,209,108); }
td.TdClassName
{
border-color: #ABD16C;
}
.TagClassName
{
border-color: #ABD16C;
}
</style>