Shades of Caper #ABC388
Tints of Caper #ABC388
RGB
CMYK
RGB Variations
Color information
#ABC388 (or 0xABC388) is known color: Caper. HEX triplet: AB, C3 and 88. RGB value is (171,195,136). Sum of RGB (Red+Green+Blue) = 171+195+136=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC388 is #543C77. Grayscale: #B5B5B5. Windows color (decimal): -5520504 or 8962987. OLE color: 8962987.
HSL color Cylindrical-coordinate representation of color #ABC388: hue angle of 84.41º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABC388 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 136 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.24 |
| HSL | 84.41º | 0.33% | 0.65% | - |
| HSV(B) | 84.41º | 0.3% | 0.76% | - |
| XYZ | 40.75 | 49.47 | 30.69 | - |
| YUV | 181.1 | 102.55 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 136 | 0.12 | 0 | 0.30 | 0.24 | 84.41 | 0.33 | 0.65 |
| Hex | AB | C3 | 88 | C | 0 | 1E | 18 | 54 | 21 | 41 |
| Octal | 253 | 303 | 210 | 14 | 0 | 36 | 30 | 124 | 41 | 101 |
| Binary | 10101011 | 11000011 | 10001000 | 1100 | 0 | 11110 | 11000 | 1010100 | 100001 | 1000001 |
Color Harmonies of #ABC388
Complementary color
Monochromatic Colors of #ABC388
Black with #ABC388
Text Example
Text Example
White with #ABC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC388; }
p { color: rgb(171,195,136); }
H1.HeaderClassName
{
color: #ABC388;
}
.AnyTagClassName
{
color: #ABC388;
}
</style>
background-color css
<style>
a { background-color: #ABC388; }
a { background-color: rgb(171,195,136); }
div.DivClassName
{
background-color: #ABC388;
}
.BgClassName
{
background-color: #ABC388;
}
</style>
border-color css
<style>
span { border-color: #ABC388; }
span { border-color: rgb(171,195,136); }
td.TdClassName
{
border-color: #ABC388;
}
.TagClassName
{
border-color: #ABC388;
}
</style>