Shades of Caper #ABCE6C
Tints of Caper #ABCE6C
RGB
CMYK
RGB Variations
Color information
#ABCE6C (or 0xABCE6C) is known color: Caper. HEX triplet: AB, CE and 6C. RGB value is (171,206,108). Sum of RGB (Red+Green+Blue) = 171+206+108=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE6C is #543193. Grayscale: #B8B8B8. Windows color (decimal): -5517716 or 7130795. OLE color: 7130795.
HSL color Cylindrical-coordinate representation of color #ABCE6C: hue angle of 81.43º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABCE6C is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 108 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.19 |
| HSL | 81.43º | 0.5% | 0.62% | - |
| HSV(B) | 81.43º | 0.48% | 0.81% | - |
| XYZ | 41.57 | 53.88 | 22.4 | - |
| YUV | 184.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 108 | 0.17 | 0 | 0.48 | 0.19 | 81.43 | 0.5 | 0.62 |
| Hex | AB | CE | 6C | 11 | 0 | 30 | 13 | 51 | 32 | 3E |
| Octal | 253 | 316 | 154 | 21 | 0 | 60 | 23 | 121 | 62 | 76 |
| Binary | 10101011 | 11001110 | 1101100 | 10001 | 0 | 110000 | 10011 | 1010001 | 110010 | 111110 |
Color Harmonies of #ABCE6C
Complementary color
Monochromatic Colors of #ABCE6C
Black with #ABCE6C
Text Example
Text Example
White with #ABCE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE6C; }
p { color: rgb(171,206,108); }
H1.HeaderClassName
{
color: #ABCE6C;
}
.AnyTagClassName
{
color: #ABCE6C;
}
</style>
background-color css
<style>
a { background-color: #ABCE6C; }
a { background-color: rgb(171,206,108); }
div.DivClassName
{
background-color: #ABCE6C;
}
.BgClassName
{
background-color: #ABCE6C;
}
</style>
border-color css
<style>
span { border-color: #ABCE6C; }
span { border-color: rgb(171,206,108); }
td.TdClassName
{
border-color: #ABCE6C;
}
.TagClassName
{
border-color: #ABCE6C;
}
</style>