Shades of Caper #ABC082
Tints of Caper #ABC082
RGB
CMYK
RGB Variations
Color information
#ABC082 (or 0xABC082) is known color: Caper. HEX triplet: AB, C0 and 82. RGB value is (171,192,130). Sum of RGB (Red+Green+Blue) = 171+192+130=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC082 is #543F7D. Grayscale: #B2B2B2. Windows color (decimal): -5521278 or 8569003. OLE color: 8569003.
HSL color Cylindrical-coordinate representation of color #ABC082: hue angle of 80.32º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC082 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 130 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.25 |
| HSL | 80.32º | 0.33% | 0.63% | - |
| HSV(B) | 80.32º | 0.32% | 0.75% | - |
| XYZ | 39.67 | 47.97 | 28.29 | - |
| YUV | 178.65 | 100.54 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 130 | 0.11 | 0 | 0.32 | 0.25 | 80.32 | 0.33 | 0.63 |
| Hex | AB | C0 | 82 | B | 0 | 20 | 19 | 50 | 21 | 3F |
| Octal | 253 | 300 | 202 | 13 | 0 | 40 | 31 | 120 | 41 | 77 |
| Binary | 10101011 | 11000000 | 10000010 | 1011 | 0 | 100000 | 11001 | 1010000 | 100001 | 111111 |
Color Harmonies of #ABC082
Complementary color
Monochromatic Colors of #ABC082
Black with #ABC082
Text Example
Text Example
White with #ABC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC082; }
p { color: rgb(171,192,130); }
H1.HeaderClassName
{
color: #ABC082;
}
.AnyTagClassName
{
color: #ABC082;
}
</style>
background-color css
<style>
a { background-color: #ABC082; }
a { background-color: rgb(171,192,130); }
div.DivClassName
{
background-color: #ABC082;
}
.BgClassName
{
background-color: #ABC082;
}
</style>
border-color css
<style>
span { border-color: #ABC082; }
span { border-color: rgb(171,192,130); }
td.TdClassName
{
border-color: #ABC082;
}
.TagClassName
{
border-color: #ABC082;
}
</style>