Shades of Caper #ABC083
Tints of Caper #ABC083
RGB
CMYK
RGB Variations
Color information
#ABC083 (or 0xABC083) is known color: Caper. HEX triplet: AB, C0 and 83. RGB value is (171,192,131). Sum of RGB (Red+Green+Blue) = 171+192+131=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC083 is #543F7C. Grayscale: #B2B2B2. Windows color (decimal): -5521277 or 8634539. OLE color: 8634539.
HSL color Cylindrical-coordinate representation of color #ABC083: hue angle of 80.66º 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 #ABC083 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 131 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.25 |
| HSL | 80.66º | 0.33% | 0.63% | - |
| HSV(B) | 80.66º | 0.32% | 0.75% | - |
| XYZ | 39.74 | 48 | 28.64 | - |
| YUV | 178.77 | 101.04 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 131 | 0.11 | 0 | 0.32 | 0.25 | 80.66 | 0.33 | 0.63 |
| Hex | AB | C0 | 83 | B | 0 | 20 | 19 | 51 | 21 | 3F |
| Octal | 253 | 300 | 203 | 13 | 0 | 40 | 31 | 121 | 41 | 77 |
| Binary | 10101011 | 11000000 | 10000011 | 1011 | 0 | 100000 | 11001 | 1010001 | 100001 | 111111 |
Color Harmonies of #ABC083
Complementary color
Monochromatic Colors of #ABC083
Black with #ABC083
Text Example
Text Example
White with #ABC083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC083; }
p { color: rgb(171,192,131); }
H1.HeaderClassName
{
color: #ABC083;
}
.AnyTagClassName
{
color: #ABC083;
}
</style>
background-color css
<style>
a { background-color: #ABC083; }
a { background-color: rgb(171,192,131); }
div.DivClassName
{
background-color: #ABC083;
}
.BgClassName
{
background-color: #ABC083;
}
</style>
border-color css
<style>
span { border-color: #ABC083; }
span { border-color: rgb(171,192,131); }
td.TdClassName
{
border-color: #ABC083;
}
.TagClassName
{
border-color: #ABC083;
}
</style>