Shades of Caper #ABC073
Tints of Caper #ABC073
RGB
CMYK
RGB Variations
Color information
#ABC073 (or 0xABC073) is known color: Caper. HEX triplet: AB, C0 and 73. RGB value is (171,192,115). Sum of RGB (Red+Green+Blue) = 171+192+115=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC073 is #543F8C. Grayscale: #B1B1B1. Windows color (decimal): -5521293 or 7585963. OLE color: 7585963.
HSL color Cylindrical-coordinate representation of color #ABC073: hue angle of 76.36º 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 #ABC073 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 115 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.25 |
| HSL | 76.36º | 0.38% | 0.6% | - |
| HSV(B) | 76.36º | 0.4% | 0.75% | - |
| XYZ | 38.74 | 47.6 | 23.36 | - |
| YUV | 176.94 | 93.04 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 115 | 0.11 | 0 | 0.40 | 0.25 | 76.36 | 0.38 | 0.6 |
| Hex | AB | C0 | 73 | B | 0 | 28 | 19 | 4C | 26 | 3C |
| Octal | 253 | 300 | 163 | 13 | 0 | 50 | 31 | 114 | 46 | 74 |
| Binary | 10101011 | 11000000 | 1110011 | 1011 | 0 | 101000 | 11001 | 1001100 | 100110 | 111100 |
Color Harmonies of #ABC073
Complementary color
Monochromatic Colors of #ABC073
Black with #ABC073
Text Example
Text Example
White with #ABC073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC073; }
p { color: rgb(171,192,115); }
H1.HeaderClassName
{
color: #ABC073;
}
.AnyTagClassName
{
color: #ABC073;
}
</style>
background-color css
<style>
a { background-color: #ABC073; }
a { background-color: rgb(171,192,115); }
div.DivClassName
{
background-color: #ABC073;
}
.BgClassName
{
background-color: #ABC073;
}
</style>
border-color css
<style>
span { border-color: #ABC073; }
span { border-color: rgb(171,192,115); }
td.TdClassName
{
border-color: #ABC073;
}
.TagClassName
{
border-color: #ABC073;
}
</style>