Shades of Caper #ABC389
Tints of Caper #ABC389
RGB
CMYK
RGB Variations
Color information
#ABC389 (or 0xABC389) is known color: Caper. HEX triplet: AB, C3 and 89. RGB value is (171,195,137). Sum of RGB (Red+Green+Blue) = 171+195+137=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC389 is #543C76. Grayscale: #B5B5B5. Windows color (decimal): -5520503 or 9028523. OLE color: 9028523.
HSL color Cylindrical-coordinate representation of color #ABC389: hue angle of 84.83º 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 #ABC389 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 137 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.24 |
| HSL | 84.83º | 0.33% | 0.65% | - |
| HSV(B) | 84.83º | 0.3% | 0.76% | - |
| XYZ | 40.83 | 49.49 | 31.07 | - |
| YUV | 181.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 137 | 0.12 | 0 | 0.30 | 0.24 | 84.83 | 0.33 | 0.65 |
| Hex | AB | C3 | 89 | C | 0 | 1E | 18 | 55 | 21 | 41 |
| Octal | 253 | 303 | 211 | 14 | 0 | 36 | 30 | 125 | 41 | 101 |
| Binary | 10101011 | 11000011 | 10001001 | 1100 | 0 | 11110 | 11000 | 1010101 | 100001 | 1000001 |
Color Harmonies of #ABC389
Complementary color
Monochromatic Colors of #ABC389
Black with #ABC389
Text Example
Text Example
White with #ABC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC389; }
p { color: rgb(171,195,137); }
H1.HeaderClassName
{
color: #ABC389;
}
.AnyTagClassName
{
color: #ABC389;
}
</style>
background-color css
<style>
a { background-color: #ABC389; }
a { background-color: rgb(171,195,137); }
div.DivClassName
{
background-color: #ABC389;
}
.BgClassName
{
background-color: #ABC389;
}
</style>
border-color css
<style>
span { border-color: #ABC389; }
span { border-color: rgb(171,195,137); }
td.TdClassName
{
border-color: #ABC389;
}
.TagClassName
{
border-color: #ABC389;
}
</style>