Shades of Caper #ABC281
Tints of Caper #ABC281
RGB
CMYK
RGB Variations
Color information
#ABC281 (or 0xABC281) is known color: Caper. HEX triplet: AB, C2 and 81. RGB value is (171,194,129). Sum of RGB (Red+Green+Blue) = 171+194+129=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC281 is #543D7E. Grayscale: #B3B3B3. Windows color (decimal): -5520767 or 8503979. OLE color: 8503979.
HSL color Cylindrical-coordinate representation of color #ABC281: hue angle of 81.23º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABC281 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 129 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.24 |
| HSL | 81.23º | 0.35% | 0.63% | - |
| HSV(B) | 81.23º | 0.34% | 0.76% | - |
| XYZ | 40.05 | 48.83 | 28.08 | - |
| YUV | 179.71 | 99.38 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 129 | 0.12 | 0 | 0.34 | 0.24 | 81.23 | 0.35 | 0.63 |
| Hex | AB | C2 | 81 | C | 0 | 22 | 18 | 51 | 23 | 3F |
| Octal | 253 | 302 | 201 | 14 | 0 | 42 | 30 | 121 | 43 | 77 |
| Binary | 10101011 | 11000010 | 10000001 | 1100 | 0 | 100010 | 11000 | 1010001 | 100011 | 111111 |
Color Harmonies of #ABC281
Complementary color
Monochromatic Colors of #ABC281
Black with #ABC281
Text Example
Text Example
White with #ABC281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC281; }
p { color: rgb(171,194,129); }
H1.HeaderClassName
{
color: #ABC281;
}
.AnyTagClassName
{
color: #ABC281;
}
</style>
background-color css
<style>
a { background-color: #ABC281; }
a { background-color: rgb(171,194,129); }
div.DivClassName
{
background-color: #ABC281;
}
.BgClassName
{
background-color: #ABC281;
}
</style>
border-color css
<style>
span { border-color: #ABC281; }
span { border-color: rgb(171,194,129); }
td.TdClassName
{
border-color: #ABC281;
}
.TagClassName
{
border-color: #ABC281;
}
</style>