Shades of Caper #ABC070
Tints of Caper #ABC070
RGB
CMYK
RGB Variations
Color information
#ABC070 (or 0xABC070) is known color: Caper. HEX triplet: AB, C0 and 70. RGB value is (171,192,112). Sum of RGB (Red+Green+Blue) = 171+192+112=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC070 is #543F8F. Grayscale: #B0B0B0. Windows color (decimal): -5521296 or 7389355. OLE color: 7389355.
HSL color Cylindrical-coordinate representation of color #ABC070: hue angle of 75.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABC070 is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 112 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.25 |
| HSL | 75.75º | 0.39% | 0.6% | - |
| HSV(B) | 75.75º | 0.42% | 0.75% | - |
| XYZ | 38.57 | 47.53 | 22.47 | - |
| YUV | 176.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 112 | 0.11 | 0 | 0.42 | 0.25 | 75.75 | 0.39 | 0.6 |
| Hex | AB | C0 | 70 | B | 0 | 2A | 19 | 4C | 27 | 3C |
| Octal | 253 | 300 | 160 | 13 | 0 | 52 | 31 | 114 | 47 | 74 |
| Binary | 10101011 | 11000000 | 1110000 | 1011 | 0 | 101010 | 11001 | 1001100 | 100111 | 111100 |
Color Harmonies of #ABC070
Complementary color
Monochromatic Colors of #ABC070
Black with #ABC070
Text Example
Text Example
White with #ABC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC070; }
p { color: rgb(171,192,112); }
H1.HeaderClassName
{
color: #ABC070;
}
.AnyTagClassName
{
color: #ABC070;
}
</style>
background-color css
<style>
a { background-color: #ABC070; }
a { background-color: rgb(171,192,112); }
div.DivClassName
{
background-color: #ABC070;
}
.BgClassName
{
background-color: #ABC070;
}
</style>
border-color css
<style>
span { border-color: #ABC070; }
span { border-color: rgb(171,192,112); }
td.TdClassName
{
border-color: #ABC070;
}
.TagClassName
{
border-color: #ABC070;
}
</style>