Shades of Caper #ABC37E
Tints of Caper #ABC37E
RGB
CMYK
RGB Variations
Color information
#ABC37E (or 0xABC37E) is known color: Caper. HEX triplet: AB, C3 and 7E. RGB value is (171,195,126). Sum of RGB (Red+Green+Blue) = 171+195+126=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC37E is #543C81. Grayscale: #B4B4B4. Windows color (decimal): -5520514 or 8307627. OLE color: 8307627.
HSL color Cylindrical-coordinate representation of color #ABC37E: hue angle of 80.87º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABC37E is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 126 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.24 |
| HSL | 80.87º | 0.37% | 0.63% | - |
| HSV(B) | 80.87º | 0.35% | 0.76% | - |
| XYZ | 40.08 | 49.19 | 27.12 | - |
| YUV | 179.96 | 97.55 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 126 | 0.12 | 0 | 0.35 | 0.24 | 80.87 | 0.37 | 0.63 |
| Hex | AB | C3 | 7E | C | 0 | 23 | 18 | 51 | 25 | 3F |
| Octal | 253 | 303 | 176 | 14 | 0 | 43 | 30 | 121 | 45 | 77 |
| Binary | 10101011 | 11000011 | 1111110 | 1100 | 0 | 100011 | 11000 | 1010001 | 100101 | 111111 |
Color Harmonies of #ABC37E
Complementary color
Monochromatic Colors of #ABC37E
Black with #ABC37E
Text Example
Text Example
White with #ABC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC37E; }
p { color: rgb(171,195,126); }
H1.HeaderClassName
{
color: #ABC37E;
}
.AnyTagClassName
{
color: #ABC37E;
}
</style>
background-color css
<style>
a { background-color: #ABC37E; }
a { background-color: rgb(171,195,126); }
div.DivClassName
{
background-color: #ABC37E;
}
.BgClassName
{
background-color: #ABC37E;
}
</style>
border-color css
<style>
span { border-color: #ABC37E; }
span { border-color: rgb(171,195,126); }
td.TdClassName
{
border-color: #ABC37E;
}
.TagClassName
{
border-color: #ABC37E;
}
</style>