Shades of Caper #ABC66C
Tints of Caper #ABC66C
RGB
CMYK
RGB Variations
Color information
#ABC66C (or 0xABC66C) is known color: Caper. HEX triplet: AB, C6 and 6C. RGB value is (171,198,108). Sum of RGB (Red+Green+Blue) = 171+198+108=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC66C is #543993. Grayscale: #B4B4B4. Windows color (decimal): -5519764 or 7128747. OLE color: 7128747.
HSL color Cylindrical-coordinate representation of color #ABC66C: hue angle of 78º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC66C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 108 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.22 |
| HSL | 78º | 0.44% | 0.6% | - |
| HSV(B) | 78º | 0.45% | 0.78% | - |
| XYZ | 39.7 | 50.13 | 21.77 | - |
| YUV | 179.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 108 | 0.14 | 0 | 0.45 | 0.22 | 78 | 0.44 | 0.6 |
| Hex | AB | C6 | 6C | E | 0 | 2D | 16 | 4E | 2C | 3C |
| Octal | 253 | 306 | 154 | 16 | 0 | 55 | 26 | 116 | 54 | 74 |
| Binary | 10101011 | 11000110 | 1101100 | 1110 | 0 | 101101 | 10110 | 1001110 | 101100 | 111100 |
Color Harmonies of #ABC66C
Complementary color
Monochromatic Colors of #ABC66C
Black with #ABC66C
Text Example
Text Example
White with #ABC66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC66C; }
p { color: rgb(171,198,108); }
H1.HeaderClassName
{
color: #ABC66C;
}
.AnyTagClassName
{
color: #ABC66C;
}
</style>
background-color css
<style>
a { background-color: #ABC66C; }
a { background-color: rgb(171,198,108); }
div.DivClassName
{
background-color: #ABC66C;
}
.BgClassName
{
background-color: #ABC66C;
}
</style>
border-color css
<style>
span { border-color: #ABC66C; }
span { border-color: rgb(171,198,108); }
td.TdClassName
{
border-color: #ABC66C;
}
.TagClassName
{
border-color: #ABC66C;
}
</style>