Shades of Caper #ABCF6E
Tints of Caper #ABCF6E
RGB
CMYK
RGB Variations
Color information
#ABCF6E (or 0xABCF6E) is known color: Caper. HEX triplet: AB, CF and 6E. RGB value is (171,207,110). Sum of RGB (Red+Green+Blue) = 171+207+110=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF6E is #543091. Grayscale: #B9B9B9. Windows color (decimal): -5517458 or 7262123. OLE color: 7262123.
HSL color Cylindrical-coordinate representation of color #ABCF6E: hue angle of 82.27º degrees, saturation: 0.5, 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 #ABCF6E is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 110 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.19 |
| HSL | 82.27º | 0.5% | 0.62% | - |
| HSV(B) | 82.27º | 0.47% | 0.81% | - |
| XYZ | 41.92 | 54.41 | 23.04 | - |
| YUV | 185.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 110 | 0.17 | 0 | 0.47 | 0.19 | 82.27 | 0.5 | 0.62 |
| Hex | AB | CF | 6E | 11 | 0 | 2F | 13 | 52 | 32 | 3E |
| Octal | 253 | 317 | 156 | 21 | 0 | 57 | 23 | 122 | 62 | 76 |
| Binary | 10101011 | 11001111 | 1101110 | 10001 | 0 | 101111 | 10011 | 1010010 | 110010 | 111110 |
Color Harmonies of #ABCF6E
Complementary color
Monochromatic Colors of #ABCF6E
Black with #ABCF6E
Text Example
Text Example
White with #ABCF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF6E; }
p { color: rgb(171,207,110); }
H1.HeaderClassName
{
color: #ABCF6E;
}
.AnyTagClassName
{
color: #ABCF6E;
}
</style>
background-color css
<style>
a { background-color: #ABCF6E; }
a { background-color: rgb(171,207,110); }
div.DivClassName
{
background-color: #ABCF6E;
}
.BgClassName
{
background-color: #ABCF6E;
}
</style>
border-color css
<style>
span { border-color: #ABCF6E; }
span { border-color: rgb(171,207,110); }
td.TdClassName
{
border-color: #ABCF6E;
}
.TagClassName
{
border-color: #ABCF6E;
}
</style>