Shades of Caper #ABC482
Tints of Caper #ABC482
RGB
CMYK
RGB Variations
Color information
#ABC482 (or 0xABC482) is known color: Caper. HEX triplet: AB, C4 and 82. RGB value is (171,196,130). Sum of RGB (Red+Green+Blue) = 171+196+130=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC482 is #543B7D. Grayscale: #B5B5B5. Windows color (decimal): -5520254 or 8570027. OLE color: 8570027.
HSL color Cylindrical-coordinate representation of color #ABC482: hue angle of 82.73º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABC482 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 130 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.23 |
| HSL | 82.73º | 0.36% | 0.64% | - |
| HSV(B) | 82.73º | 0.34% | 0.77% | - |
| XYZ | 40.56 | 49.75 | 28.58 | - |
| YUV | 181 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 130 | 0.13 | 0 | 0.34 | 0.23 | 82.73 | 0.36 | 0.64 |
| Hex | AB | C4 | 82 | D | 0 | 22 | 17 | 53 | 24 | 40 |
| Octal | 253 | 304 | 202 | 15 | 0 | 42 | 27 | 123 | 44 | 100 |
| Binary | 10101011 | 11000100 | 10000010 | 1101 | 0 | 100010 | 10111 | 1010011 | 100100 | 1000000 |
Color Harmonies of #ABC482
Complementary color
Monochromatic Colors of #ABC482
Black with #ABC482
Text Example
Text Example
White with #ABC482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC482; }
p { color: rgb(171,196,130); }
H1.HeaderClassName
{
color: #ABC482;
}
.AnyTagClassName
{
color: #ABC482;
}
</style>
background-color css
<style>
a { background-color: #ABC482; }
a { background-color: rgb(171,196,130); }
div.DivClassName
{
background-color: #ABC482;
}
.BgClassName
{
background-color: #ABC482;
}
</style>
border-color css
<style>
span { border-color: #ABC482; }
span { border-color: rgb(171,196,130); }
td.TdClassName
{
border-color: #ABC482;
}
.TagClassName
{
border-color: #ABC482;
}
</style>