Shades of Caper #ABC66E
Tints of Caper #ABC66E
RGB
CMYK
RGB Variations
Color information
#ABC66E (or 0xABC66E) is known color: Caper. HEX triplet: AB, C6 and 6E. RGB value is (171,198,110). Sum of RGB (Red+Green+Blue) = 171+198+110=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC66E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC66E is #543991. Grayscale: #B4B4B4. Windows color (decimal): -5519762 or 7259819. OLE color: 7259819.
HSL color Cylindrical-coordinate representation of color #ABC66E: hue angle of 78.41º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABC66E is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 110 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.22 |
| HSL | 78.41º | 0.44% | 0.6% | - |
| HSV(B) | 78.41º | 0.44% | 0.78% | - |
| XYZ | 39.8 | 50.17 | 22.34 | - |
| YUV | 179.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 110 | 0.14 | 0 | 0.44 | 0.22 | 78.41 | 0.44 | 0.6 |
| Hex | AB | C6 | 6E | E | 0 | 2C | 16 | 4E | 2C | 3C |
| Octal | 253 | 306 | 156 | 16 | 0 | 54 | 26 | 116 | 54 | 74 |
| Binary | 10101011 | 11000110 | 1101110 | 1110 | 0 | 101100 | 10110 | 1001110 | 101100 | 111100 |
Color Harmonies of #ABC66E
Complementary color
Monochromatic Colors of #ABC66E
Black with #ABC66E
Text Example
Text Example
White with #ABC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC66E; }
p { color: rgb(171,198,110); }
H1.HeaderClassName
{
color: #ABC66E;
}
.AnyTagClassName
{
color: #ABC66E;
}
</style>
background-color css
<style>
a { background-color: #ABC66E; }
a { background-color: rgb(171,198,110); }
div.DivClassName
{
background-color: #ABC66E;
}
.BgClassName
{
background-color: #ABC66E;
}
</style>
border-color css
<style>
span { border-color: #ABC66E; }
span { border-color: rgb(171,198,110); }
td.TdClassName
{
border-color: #ABC66E;
}
.TagClassName
{
border-color: #ABC66E;
}
</style>