Shades of Caper #ABC56A
Tints of Caper #ABC56A
RGB
CMYK
RGB Variations
Color information
#ABC56A (or 0xABC56A) is known color: Caper. HEX triplet: AB, C5 and 6A. RGB value is (171,197,106). Sum of RGB (Red+Green+Blue) = 171+197+106=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC56A is #543A95. Grayscale: #B3B3B3. Windows color (decimal): -5520022 or 6997419. OLE color: 6997419.
HSL color Cylindrical-coordinate representation of color #ABC56A: hue angle of 77.14º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABC56A is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 106 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.23 |
| HSL | 77.14º | 0.44% | 0.59% | - |
| HSV(B) | 77.14º | 0.46% | 0.77% | - |
| XYZ | 39.36 | 49.63 | 21.14 | - |
| YUV | 178.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 106 | 0.13 | 0 | 0.46 | 0.23 | 77.14 | 0.44 | 0.59 |
| Hex | AB | C5 | 6A | D | 0 | 2E | 17 | 4D | 2C | 3B |
| Octal | 253 | 305 | 152 | 15 | 0 | 56 | 27 | 115 | 54 | 73 |
| Binary | 10101011 | 11000101 | 1101010 | 1101 | 0 | 101110 | 10111 | 1001101 | 101100 | 111011 |
Color Harmonies of #ABC56A
Complementary color
Monochromatic Colors of #ABC56A
Black with #ABC56A
Text Example
Text Example
White with #ABC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC56A; }
p { color: rgb(171,197,106); }
H1.HeaderClassName
{
color: #ABC56A;
}
.AnyTagClassName
{
color: #ABC56A;
}
</style>
background-color css
<style>
a { background-color: #ABC56A; }
a { background-color: rgb(171,197,106); }
div.DivClassName
{
background-color: #ABC56A;
}
.BgClassName
{
background-color: #ABC56A;
}
</style>
border-color css
<style>
span { border-color: #ABC56A; }
span { border-color: rgb(171,197,106); }
td.TdClassName
{
border-color: #ABC56A;
}
.TagClassName
{
border-color: #ABC56A;
}
</style>