Shades of Caper #ABC584
Tints of Caper #ABC584
RGB
CMYK
RGB Variations
Color information
#ABC584 (or 0xABC584) is known color: Caper. HEX triplet: AB, C5 and 84. RGB value is (171,197,132). Sum of RGB (Red+Green+Blue) = 171+197+132=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 132 (51.95% from 255 or 26.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC584 is #543A7B. Grayscale: #B6B6B6. Windows color (decimal): -5519996 or 8701355. OLE color: 8701355.
HSL color Cylindrical-coordinate representation of color #ABC584: hue angle of 84º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC584 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 132 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.23 |
| HSL | 84º | 0.36% | 0.65% | - |
| HSV(B) | 84º | 0.33% | 0.77% | - |
| XYZ | 40.93 | 50.26 | 29.37 | - |
| YUV | 181.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 132 | 0.13 | 0 | 0.33 | 0.23 | 84 | 0.36 | 0.65 |
| Hex | AB | C5 | 84 | D | 0 | 21 | 17 | 54 | 24 | 41 |
| Octal | 253 | 305 | 204 | 15 | 0 | 41 | 27 | 124 | 44 | 101 |
| Binary | 10101011 | 11000101 | 10000100 | 1101 | 0 | 100001 | 10111 | 1010100 | 100100 | 1000001 |
Color Harmonies of #ABC584
Complementary color
Monochromatic Colors of #ABC584
Black with #ABC584
Text Example
Text Example
White with #ABC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC584; }
p { color: rgb(171,197,132); }
H1.HeaderClassName
{
color: #ABC584;
}
.AnyTagClassName
{
color: #ABC584;
}
</style>
background-color css
<style>
a { background-color: #ABC584; }
a { background-color: rgb(171,197,132); }
div.DivClassName
{
background-color: #ABC584;
}
.BgClassName
{
background-color: #ABC584;
}
</style>
border-color css
<style>
span { border-color: #ABC584; }
span { border-color: rgb(171,197,132); }
td.TdClassName
{
border-color: #ABC584;
}
.TagClassName
{
border-color: #ABC584;
}
</style>