Shades of Caper #ABC76C
Tints of Caper #ABC76C
RGB
CMYK
RGB Variations
Color information
#ABC76C (or 0xABC76C) is known color: Caper. HEX triplet: AB, C7 and 6C. RGB value is (171,199,108). Sum of RGB (Red+Green+Blue) = 171+199+108=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC76C is #543893. Grayscale: #B4B4B4. Windows color (decimal): -5519508 or 7129003. OLE color: 7129003.
HSL color Cylindrical-coordinate representation of color #ABC76C: hue angle of 78.46º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABC76C is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 108 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.22 |
| HSL | 78.46º | 0.45% | 0.6% | - |
| HSV(B) | 78.46º | 0.46% | 0.78% | - |
| XYZ | 39.92 | 50.59 | 21.85 | - |
| YUV | 180.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 108 | 0.14 | 0 | 0.46 | 0.22 | 78.46 | 0.45 | 0.6 |
| Hex | AB | C7 | 6C | E | 0 | 2E | 16 | 4E | 2D | 3C |
| Octal | 253 | 307 | 154 | 16 | 0 | 56 | 26 | 116 | 55 | 74 |
| Binary | 10101011 | 11000111 | 1101100 | 1110 | 0 | 101110 | 10110 | 1001110 | 101101 | 111100 |
Color Harmonies of #ABC76C
Complementary color
Monochromatic Colors of #ABC76C
Black with #ABC76C
Text Example
Text Example
White with #ABC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC76C; }
p { color: rgb(171,199,108); }
H1.HeaderClassName
{
color: #ABC76C;
}
.AnyTagClassName
{
color: #ABC76C;
}
</style>
background-color css
<style>
a { background-color: #ABC76C; }
a { background-color: rgb(171,199,108); }
div.DivClassName
{
background-color: #ABC76C;
}
.BgClassName
{
background-color: #ABC76C;
}
</style>
border-color css
<style>
span { border-color: #ABC76C; }
span { border-color: rgb(171,199,108); }
td.TdClassName
{
border-color: #ABC76C;
}
.TagClassName
{
border-color: #ABC76C;
}
</style>