Shades of Caper #ABC270
Tints of Caper #ABC270
RGB
CMYK
RGB Variations
Color information
#ABC270 (or 0xABC270) is known color: Caper. HEX triplet: AB, C2 and 70. RGB value is (171,194,112). Sum of RGB (Red+Green+Blue) = 171+194+112=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 194 (76.17% from 255 or 40.67% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC270 is #543D8F. Grayscale: #B2B2B2. Windows color (decimal): -5520784 or 7389867. OLE color: 7389867.
HSL color Cylindrical-coordinate representation of color #ABC270: hue angle of 76.83º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABC270 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 112 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.24 |
| HSL | 76.83º | 0.4% | 0.6% | - |
| HSV(B) | 76.83º | 0.42% | 0.76% | - |
| XYZ | 39.01 | 48.41 | 22.62 | - |
| YUV | 177.78 | 90.88 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 112 | 0.12 | 0 | 0.42 | 0.24 | 76.83 | 0.4 | 0.6 |
| Hex | AB | C2 | 70 | C | 0 | 2A | 18 | 4D | 28 | 3C |
| Octal | 253 | 302 | 160 | 14 | 0 | 52 | 30 | 115 | 50 | 74 |
| Binary | 10101011 | 11000010 | 1110000 | 1100 | 0 | 101010 | 11000 | 1001101 | 101000 | 111100 |
Color Harmonies of #ABC270
Complementary color
Monochromatic Colors of #ABC270
Black with #ABC270
Text Example
Text Example
White with #ABC270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC270; }
p { color: rgb(171,194,112); }
H1.HeaderClassName
{
color: #ABC270;
}
.AnyTagClassName
{
color: #ABC270;
}
</style>
background-color css
<style>
a { background-color: #ABC270; }
a { background-color: rgb(171,194,112); }
div.DivClassName
{
background-color: #ABC270;
}
.BgClassName
{
background-color: #ABC270;
}
</style>
border-color css
<style>
span { border-color: #ABC270; }
span { border-color: rgb(171,194,112); }
td.TdClassName
{
border-color: #ABC270;
}
.TagClassName
{
border-color: #ABC270;
}
</style>