Shades of Caper #ABC685
Tints of Caper #ABC685
RGB
CMYK
RGB Variations
Color information
#ABC685 (or 0xABC685) is known color: Caper. HEX triplet: AB, C6 and 85. RGB value is (171,198,133). Sum of RGB (Red+Green+Blue) = 171+198+133=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC685 is #54397A. Grayscale: #B6B6B6. Windows color (decimal): -5519739 or 8767147. OLE color: 8767147.
HSL color Cylindrical-coordinate representation of color #ABC685: hue angle of 84.92º degrees, saturation: 0.36, 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 #ABC685 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 133 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.22 |
| HSL | 84.92º | 0.36% | 0.65% | - |
| HSV(B) | 84.92º | 0.33% | 0.78% | - |
| XYZ | 41.22 | 50.74 | 29.81 | - |
| YUV | 182.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 133 | 0.14 | 0 | 0.33 | 0.22 | 84.92 | 0.36 | 0.65 |
| Hex | AB | C6 | 85 | E | 0 | 21 | 16 | 55 | 24 | 41 |
| Octal | 253 | 306 | 205 | 16 | 0 | 41 | 26 | 125 | 44 | 101 |
| Binary | 10101011 | 11000110 | 10000101 | 1110 | 0 | 100001 | 10110 | 1010101 | 100100 | 1000001 |
Color Harmonies of #ABC685
Complementary color
Monochromatic Colors of #ABC685
Black with #ABC685
Text Example
Text Example
White with #ABC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC685; }
p { color: rgb(171,198,133); }
H1.HeaderClassName
{
color: #ABC685;
}
.AnyTagClassName
{
color: #ABC685;
}
</style>
background-color css
<style>
a { background-color: #ABC685; }
a { background-color: rgb(171,198,133); }
div.DivClassName
{
background-color: #ABC685;
}
.BgClassName
{
background-color: #ABC685;
}
</style>
border-color css
<style>
span { border-color: #ABC685; }
span { border-color: rgb(171,198,133); }
td.TdClassName
{
border-color: #ABC685;
}
.TagClassName
{
border-color: #ABC685;
}
</style>