Shades of Caper #ABCC6E
Tints of Caper #ABCC6E
RGB
CMYK
RGB Variations
Color information
#ABCC6E (or 0xABCC6E) is known color: Caper. HEX triplet: AB, CC and 6E. RGB value is (171,204,110). Sum of RGB (Red+Green+Blue) = 171+204+110=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC6E is #543391. Grayscale: #B7B7B7. Windows color (decimal): -5518226 or 7261355. OLE color: 7261355.
HSL color Cylindrical-coordinate representation of color #ABCC6E: hue angle of 81.06º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABCC6E is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 110 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.2 |
| HSL | 81.06º | 0.48% | 0.62% | - |
| HSV(B) | 81.06º | 0.46% | 0.8% | - |
| XYZ | 41.2 | 52.97 | 22.8 | - |
| YUV | 183.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 110 | 0.16 | 0 | 0.46 | 0.2 | 81.06 | 0.48 | 0.62 |
| Hex | AB | CC | 6E | 10 | 0 | 2E | 14 | 51 | 30 | 3E |
| Octal | 253 | 314 | 156 | 20 | 0 | 56 | 24 | 121 | 60 | 76 |
| Binary | 10101011 | 11001100 | 1101110 | 10000 | 0 | 101110 | 10100 | 1010001 | 110000 | 111110 |
Color Harmonies of #ABCC6E
Complementary color
Monochromatic Colors of #ABCC6E
Black with #ABCC6E
Text Example
Text Example
White with #ABCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC6E; }
p { color: rgb(171,204,110); }
H1.HeaderClassName
{
color: #ABCC6E;
}
.AnyTagClassName
{
color: #ABCC6E;
}
</style>
background-color css
<style>
a { background-color: #ABCC6E; }
a { background-color: rgb(171,204,110); }
div.DivClassName
{
background-color: #ABCC6E;
}
.BgClassName
{
background-color: #ABCC6E;
}
</style>
border-color css
<style>
span { border-color: #ABCC6E; }
span { border-color: rgb(171,204,110); }
td.TdClassName
{
border-color: #ABCC6E;
}
.TagClassName
{
border-color: #ABCC6E;
}
</style>