Shades of Caper #ABC687
Tints of Caper #ABC687
RGB
CMYK
RGB Variations
Color information
#ABC687 (or 0xABC687) is known color: Caper. HEX triplet: AB, C6 and 87. RGB value is (171,198,135). Sum of RGB (Red+Green+Blue) = 171+198+135=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC687 is #543978. Grayscale: #B6B6B6. Windows color (decimal): -5519737 or 8898219. OLE color: 8898219.
HSL color Cylindrical-coordinate representation of color #ABC687: hue angle of 85.71º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC687 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 135 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.22 |
| HSL | 85.71º | 0.36% | 0.65% | - |
| HSV(B) | 85.71º | 0.32% | 0.78% | - |
| XYZ | 41.36 | 50.8 | 30.55 | - |
| YUV | 182.75 | 101.05 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 135 | 0.14 | 0 | 0.32 | 0.22 | 85.71 | 0.36 | 0.65 |
| Hex | AB | C6 | 87 | E | 0 | 20 | 16 | 56 | 24 | 41 |
| Octal | 253 | 306 | 207 | 16 | 0 | 40 | 26 | 126 | 44 | 101 |
| Binary | 10101011 | 11000110 | 10000111 | 1110 | 0 | 100000 | 10110 | 1010110 | 100100 | 1000001 |
Color Harmonies of #ABC687
Complementary color
Monochromatic Colors of #ABC687
Black with #ABC687
Text Example
Text Example
White with #ABC687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC687; }
p { color: rgb(171,198,135); }
H1.HeaderClassName
{
color: #ABC687;
}
.AnyTagClassName
{
color: #ABC687;
}
</style>
background-color css
<style>
a { background-color: #ABC687; }
a { background-color: rgb(171,198,135); }
div.DivClassName
{
background-color: #ABC687;
}
.BgClassName
{
background-color: #ABC687;
}
</style>
border-color css
<style>
span { border-color: #ABC687; }
span { border-color: rgb(171,198,135); }
td.TdClassName
{
border-color: #ABC687;
}
.TagClassName
{
border-color: #ABC687;
}
</style>