Shades of Caper #ABC18A
Tints of Caper #ABC18A
RGB
CMYK
RGB Variations
Color information
#ABC18A (or 0xABC18A) is known color: Caper. HEX triplet: AB, C1 and 8A. RGB value is (171,193,138). Sum of RGB (Red+Green+Blue) = 171+193+138=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC18A is #543E75. Grayscale: #B4B4B4. Windows color (decimal): -5521014 or 9093547. OLE color: 9093547.
HSL color Cylindrical-coordinate representation of color #ABC18A: hue angle of 84º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC18A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 138 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.24 |
| HSL | 84º | 0.31% | 0.65% | - |
| HSV(B) | 84º | 0.28% | 0.76% | - |
| XYZ | 40.45 | 48.63 | 31.3 | - |
| YUV | 180.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 138 | 0.11 | 0 | 0.28 | 0.24 | 84 | 0.31 | 0.65 |
| Hex | AB | C1 | 8A | B | 0 | 1C | 18 | 54 | 1F | 41 |
| Octal | 253 | 301 | 212 | 13 | 0 | 34 | 30 | 124 | 37 | 101 |
| Binary | 10101011 | 11000001 | 10001010 | 1011 | 0 | 11100 | 11000 | 1010100 | 11111 | 1000001 |
Color Harmonies of #ABC18A
Complementary color
Monochromatic Colors of #ABC18A
Black with #ABC18A
Text Example
Text Example
White with #ABC18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC18A; }
p { color: rgb(171,193,138); }
H1.HeaderClassName
{
color: #ABC18A;
}
.AnyTagClassName
{
color: #ABC18A;
}
</style>
background-color css
<style>
a { background-color: #ABC18A; }
a { background-color: rgb(171,193,138); }
div.DivClassName
{
background-color: #ABC18A;
}
.BgClassName
{
background-color: #ABC18A;
}
</style>
border-color css
<style>
span { border-color: #ABC18A; }
span { border-color: rgb(171,193,138); }
td.TdClassName
{
border-color: #ABC18A;
}
.TagClassName
{
border-color: #ABC18A;
}
</style>