Shades of Caper #ABC885
Tints of Caper #ABC885
RGB
CMYK
RGB Variations
Color information
#ABC885 (or 0xABC885) is known color: Caper. HEX triplet: AB, C8 and 85. RGB value is (171,200,133). Sum of RGB (Red+Green+Blue) = 171+200+133=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC885 is #54377A. Grayscale: #B7B7B7. Windows color (decimal): -5519227 or 8767659. OLE color: 8767659.
HSL color Cylindrical-coordinate representation of color #ABC885: hue angle of 85.97º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC885 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 133 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.22 |
| HSL | 85.97º | 0.38% | 0.65% | - |
| HSV(B) | 85.97º | 0.34% | 0.78% | - |
| XYZ | 41.68 | 51.66 | 29.96 | - |
| YUV | 183.69 | 99.39 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 133 | 0.14 | 0 | 0.34 | 0.22 | 85.97 | 0.38 | 0.65 |
| Hex | AB | C8 | 85 | E | 0 | 22 | 16 | 56 | 26 | 41 |
| Octal | 253 | 310 | 205 | 16 | 0 | 42 | 26 | 126 | 46 | 101 |
| Binary | 10101011 | 11001000 | 10000101 | 1110 | 0 | 100010 | 10110 | 1010110 | 100110 | 1000001 |
Color Harmonies of #ABC885
Complementary color
Monochromatic Colors of #ABC885
Black with #ABC885
Text Example
Text Example
White with #ABC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC885; }
p { color: rgb(171,200,133); }
H1.HeaderClassName
{
color: #ABC885;
}
.AnyTagClassName
{
color: #ABC885;
}
</style>
background-color css
<style>
a { background-color: #ABC885; }
a { background-color: rgb(171,200,133); }
div.DivClassName
{
background-color: #ABC885;
}
.BgClassName
{
background-color: #ABC885;
}
</style>
border-color css
<style>
span { border-color: #ABC885; }
span { border-color: rgb(171,200,133); }
td.TdClassName
{
border-color: #ABC885;
}
.TagClassName
{
border-color: #ABC885;
}
</style>