Shades of Caper #ABC76A
Tints of Caper #ABC76A
RGB
CMYK
RGB Variations
Color information
#ABC76A (or 0xABC76A) is known color: Caper. HEX triplet: AB, C7 and 6A. RGB value is (171,199,106). Sum of RGB (Red+Green+Blue) = 171+199+106=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC76A is #543895. Grayscale: #B4B4B4. Windows color (decimal): -5519510 or 6997931. OLE color: 6997931.
HSL color Cylindrical-coordinate representation of color #ABC76A: hue angle of 78.06º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABC76A is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 106 | - |
| CMYK | 0.14 | 0 | 0.47 | 0.22 |
| HSL | 78.06º | 0.45% | 0.6% | - |
| HSV(B) | 78.06º | 0.47% | 0.78% | - |
| XYZ | 39.82 | 50.55 | 21.29 | - |
| YUV | 180.03 | 86.22 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 106 | 0.14 | 0 | 0.47 | 0.22 | 78.06 | 0.45 | 0.6 |
| Hex | AB | C7 | 6A | E | 0 | 2F | 16 | 4E | 2D | 3C |
| Octal | 253 | 307 | 152 | 16 | 0 | 57 | 26 | 116 | 55 | 74 |
| Binary | 10101011 | 11000111 | 1101010 | 1110 | 0 | 101111 | 10110 | 1001110 | 101101 | 111100 |
Color Harmonies of #ABC76A
Complementary color
Monochromatic Colors of #ABC76A
Black with #ABC76A
Text Example
Text Example
White with #ABC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC76A; }
p { color: rgb(171,199,106); }
H1.HeaderClassName
{
color: #ABC76A;
}
.AnyTagClassName
{
color: #ABC76A;
}
</style>
background-color css
<style>
a { background-color: #ABC76A; }
a { background-color: rgb(171,199,106); }
div.DivClassName
{
background-color: #ABC76A;
}
.BgClassName
{
background-color: #ABC76A;
}
</style>
border-color css
<style>
span { border-color: #ABC76A; }
span { border-color: rgb(171,199,106); }
td.TdClassName
{
border-color: #ABC76A;
}
.TagClassName
{
border-color: #ABC76A;
}
</style>