Shades of Caper #ABC08A
Tints of Caper #ABC08A
RGB
CMYK
RGB Variations
Color information
#ABC08A (or 0xABC08A) is known color: Caper. HEX triplet: AB, C0 and 8A. RGB value is (171,192,138). Sum of RGB (Red+Green+Blue) = 171+192+138=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08A is #543F75. Grayscale: #B3B3B3. Windows color (decimal): -5521270 or 9093291. OLE color: 9093291.
HSL color Cylindrical-coordinate representation of color #ABC08A: hue angle of 83.33º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC08A is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 138 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.25 |
| HSL | 83.33º | 0.3% | 0.65% | - |
| HSV(B) | 83.33º | 0.28% | 0.75% | - |
| XYZ | 40.23 | 48.19 | 31.23 | - |
| YUV | 179.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 138 | 0.11 | 0 | 0.28 | 0.25 | 83.33 | 0.3 | 0.65 |
| Hex | AB | C0 | 8A | B | 0 | 1C | 19 | 53 | 1E | 41 |
| Octal | 253 | 300 | 212 | 13 | 0 | 34 | 31 | 123 | 36 | 101 |
| Binary | 10101011 | 11000000 | 10001010 | 1011 | 0 | 11100 | 11001 | 1010011 | 11110 | 1000001 |
Color Harmonies of #ABC08A
Complementary color
Monochromatic Colors of #ABC08A
Black with #ABC08A
Text Example
Text Example
White with #ABC08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC08A; }
p { color: rgb(171,192,138); }
H1.HeaderClassName
{
color: #ABC08A;
}
.AnyTagClassName
{
color: #ABC08A;
}
</style>
background-color css
<style>
a { background-color: #ABC08A; }
a { background-color: rgb(171,192,138); }
div.DivClassName
{
background-color: #ABC08A;
}
.BgClassName
{
background-color: #ABC08A;
}
</style>
border-color css
<style>
span { border-color: #ABC08A; }
span { border-color: rgb(171,192,138); }
td.TdClassName
{
border-color: #ABC08A;
}
.TagClassName
{
border-color: #ABC08A;
}
</style>