Shades of Caper #ABCE6E
Tints of Caper #ABCE6E
RGB
CMYK
RGB Variations
Color information
#ABCE6E (or 0xABCE6E) is known color: Caper. HEX triplet: AB, CE and 6E. RGB value is (171,206,110). Sum of RGB (Red+Green+Blue) = 171+206+110=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE6E is #543191. Grayscale: #B8B8B8. Windows color (decimal): -5517714 or 7261867. OLE color: 7261867.
HSL color Cylindrical-coordinate representation of color #ABCE6E: hue angle of 81.87º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABCE6E is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 110 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.19 |
| HSL | 81.87º | 0.49% | 0.62% | - |
| HSV(B) | 81.87º | 0.47% | 0.81% | - |
| XYZ | 41.68 | 53.93 | 22.96 | - |
| YUV | 184.59 | 85.9 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 110 | 0.17 | 0 | 0.47 | 0.19 | 81.87 | 0.49 | 0.62 |
| Hex | AB | CE | 6E | 11 | 0 | 2F | 13 | 52 | 31 | 3E |
| Octal | 253 | 316 | 156 | 21 | 0 | 57 | 23 | 122 | 61 | 76 |
| Binary | 10101011 | 11001110 | 1101110 | 10001 | 0 | 101111 | 10011 | 1010010 | 110001 | 111110 |
Color Harmonies of #ABCE6E
Complementary color
Monochromatic Colors of #ABCE6E
Black with #ABCE6E
Text Example
Text Example
White with #ABCE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE6E; }
p { color: rgb(171,206,110); }
H1.HeaderClassName
{
color: #ABCE6E;
}
.AnyTagClassName
{
color: #ABCE6E;
}
</style>
background-color css
<style>
a { background-color: #ABCE6E; }
a { background-color: rgb(171,206,110); }
div.DivClassName
{
background-color: #ABCE6E;
}
.BgClassName
{
background-color: #ABCE6E;
}
</style>
border-color css
<style>
span { border-color: #ABCE6E; }
span { border-color: rgb(171,206,110); }
td.TdClassName
{
border-color: #ABCE6E;
}
.TagClassName
{
border-color: #ABCE6E;
}
</style>