Shades of Caper #ABC084
Tints of Caper #ABC084
RGB
CMYK
RGB Variations
Color information
#ABC084 (or 0xABC084) is known color: Caper. HEX triplet: AB, C0 and 84. RGB value is (171,192,132). Sum of RGB (Red+Green+Blue) = 171+192+132=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC084 is #543F7B. Grayscale: #B3B3B3. Windows color (decimal): -5521276 or 8700075. OLE color: 8700075.
HSL color Cylindrical-coordinate representation of color #ABC084: hue angle of 81º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC084 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 132 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.25 |
| HSL | 81º | 0.32% | 0.64% | - |
| HSV(B) | 81º | 0.31% | 0.75% | - |
| XYZ | 39.81 | 48.02 | 29 | - |
| YUV | 178.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 132 | 0.11 | 0 | 0.31 | 0.25 | 81 | 0.32 | 0.64 |
| Hex | AB | C0 | 84 | B | 0 | 1F | 19 | 51 | 20 | 40 |
| Octal | 253 | 300 | 204 | 13 | 0 | 37 | 31 | 121 | 40 | 100 |
| Binary | 10101011 | 11000000 | 10000100 | 1011 | 0 | 11111 | 11001 | 1010001 | 100000 | 1000000 |
Color Harmonies of #ABC084
Complementary color
Monochromatic Colors of #ABC084
Black with #ABC084
Text Example
Text Example
White with #ABC084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC084; }
p { color: rgb(171,192,132); }
H1.HeaderClassName
{
color: #ABC084;
}
.AnyTagClassName
{
color: #ABC084;
}
</style>
background-color css
<style>
a { background-color: #ABC084; }
a { background-color: rgb(171,192,132); }
div.DivClassName
{
background-color: #ABC084;
}
.BgClassName
{
background-color: #ABC084;
}
</style>
border-color css
<style>
span { border-color: #ABC084; }
span { border-color: rgb(171,192,132); }
td.TdClassName
{
border-color: #ABC084;
}
.TagClassName
{
border-color: #ABC084;
}
</style>