Shades of Caper #ABC28A
Tints of Caper #ABC28A
RGB
CMYK
RGB Variations
Color information
#ABC28A (or 0xABC28A) is known color: Caper. HEX triplet: AB, C2 and 8A. RGB value is (171,194,138). Sum of RGB (Red+Green+Blue) = 171+194+138=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28A is #543D75. Grayscale: #B4B4B4. Windows color (decimal): -5520758 or 9093803. OLE color: 9093803.
HSL color Cylindrical-coordinate representation of color #ABC28A: hue angle of 84.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC28A is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 138 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.24 |
| HSL | 84.64º | 0.31% | 0.65% | - |
| HSV(B) | 84.64º | 0.29% | 0.76% | - |
| XYZ | 40.67 | 49.08 | 31.37 | - |
| YUV | 180.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 138 | 0.12 | 0 | 0.29 | 0.24 | 84.64 | 0.31 | 0.65 |
| Hex | AB | C2 | 8A | C | 0 | 1D | 18 | 55 | 1F | 41 |
| Octal | 253 | 302 | 212 | 14 | 0 | 35 | 30 | 125 | 37 | 101 |
| Binary | 10101011 | 11000010 | 10001010 | 1100 | 0 | 11101 | 11000 | 1010101 | 11111 | 1000001 |
Color Harmonies of #ABC28A
Complementary color
Monochromatic Colors of #ABC28A
Black with #ABC28A
Text Example
Text Example
White with #ABC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC28A; }
p { color: rgb(171,194,138); }
H1.HeaderClassName
{
color: #ABC28A;
}
.AnyTagClassName
{
color: #ABC28A;
}
</style>
background-color css
<style>
a { background-color: #ABC28A; }
a { background-color: rgb(171,194,138); }
div.DivClassName
{
background-color: #ABC28A;
}
.BgClassName
{
background-color: #ABC28A;
}
</style>
border-color css
<style>
span { border-color: #ABC28A; }
span { border-color: rgb(171,194,138); }
td.TdClassName
{
border-color: #ABC28A;
}
.TagClassName
{
border-color: #ABC28A;
}
</style>