Shades of Caper #ABC282
Tints of Caper #ABC282
RGB
CMYK
RGB Variations
Color information
#ABC282 (or 0xABC282) is known color: Caper. HEX triplet: AB, C2 and 82. RGB value is (171,194,130). Sum of RGB (Red+Green+Blue) = 171+194+130=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC282 is #543D7D. Grayscale: #B4B4B4. Windows color (decimal): -5520766 or 8569515. OLE color: 8569515.
HSL color Cylindrical-coordinate representation of color #ABC282: hue angle of 81.56º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC282 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 130 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.24 |
| HSL | 81.56º | 0.34% | 0.64% | - |
| HSV(B) | 81.56º | 0.33% | 0.76% | - |
| XYZ | 40.12 | 48.85 | 28.43 | - |
| YUV | 179.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 130 | 0.12 | 0 | 0.33 | 0.24 | 81.56 | 0.34 | 0.64 |
| Hex | AB | C2 | 82 | C | 0 | 21 | 18 | 52 | 22 | 40 |
| Octal | 253 | 302 | 202 | 14 | 0 | 41 | 30 | 122 | 42 | 100 |
| Binary | 10101011 | 11000010 | 10000010 | 1100 | 0 | 100001 | 11000 | 1010010 | 100010 | 1000000 |
Color Harmonies of #ABC282
Complementary color
Monochromatic Colors of #ABC282
Black with #ABC282
Text Example
Text Example
White with #ABC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC282; }
p { color: rgb(171,194,130); }
H1.HeaderClassName
{
color: #ABC282;
}
.AnyTagClassName
{
color: #ABC282;
}
</style>
background-color css
<style>
a { background-color: #ABC282; }
a { background-color: rgb(171,194,130); }
div.DivClassName
{
background-color: #ABC282;
}
.BgClassName
{
background-color: #ABC282;
}
</style>
border-color css
<style>
span { border-color: #ABC282; }
span { border-color: rgb(171,194,130); }
td.TdClassName
{
border-color: #ABC282;
}
.TagClassName
{
border-color: #ABC282;
}
</style>