Shades of Caper #ABC074
Tints of Caper #ABC074
RGB
CMYK
RGB Variations
Color information
#ABC074 (or 0xABC074) is known color: Caper. HEX triplet: AB, C0 and 74. RGB value is (171,192,116). Sum of RGB (Red+Green+Blue) = 171+192+116=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC074 is #543F8B. Grayscale: #B1B1B1. Windows color (decimal): -5521292 or 7651499. OLE color: 7651499.
HSL color Cylindrical-coordinate representation of color #ABC074: hue angle of 76.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABC074 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 116 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.25 |
| HSL | 76.58º | 0.38% | 0.6% | - |
| HSV(B) | 76.58º | 0.4% | 0.75% | - |
| XYZ | 38.8 | 47.62 | 23.67 | - |
| YUV | 177.06 | 93.54 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 116 | 0.11 | 0 | 0.40 | 0.25 | 76.58 | 0.38 | 0.6 |
| Hex | AB | C0 | 74 | B | 0 | 28 | 19 | 4D | 26 | 3C |
| Octal | 253 | 300 | 164 | 13 | 0 | 50 | 31 | 115 | 46 | 74 |
| Binary | 10101011 | 11000000 | 1110100 | 1011 | 0 | 101000 | 11001 | 1001101 | 100110 | 111100 |
Color Harmonies of #ABC074
Complementary color
Monochromatic Colors of #ABC074
Black with #ABC074
Text Example
Text Example
White with #ABC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC074; }
p { color: rgb(171,192,116); }
H1.HeaderClassName
{
color: #ABC074;
}
.AnyTagClassName
{
color: #ABC074;
}
</style>
background-color css
<style>
a { background-color: #ABC074; }
a { background-color: rgb(171,192,116); }
div.DivClassName
{
background-color: #ABC074;
}
.BgClassName
{
background-color: #ABC074;
}
</style>
border-color css
<style>
span { border-color: #ABC074; }
span { border-color: rgb(171,192,116); }
td.TdClassName
{
border-color: #ABC074;
}
.TagClassName
{
border-color: #ABC074;
}
</style>