Shades of Caper #ABC37F
Tints of Caper #ABC37F
RGB
CMYK
RGB Variations
Color information
#ABC37F (or 0xABC37F) is known color: Caper. HEX triplet: AB, C3 and 7F. RGB value is (171,195,127). Sum of RGB (Red+Green+Blue) = 171+195+127=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC37F is #543C80. Grayscale: #B4B4B4. Windows color (decimal): -5520513 or 8373163. OLE color: 8373163.
HSL color Cylindrical-coordinate representation of color #ABC37F: hue angle of 81.18º degrees, saturation: 0.36, 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 #ABC37F is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 127 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.24 |
| HSL | 81.18º | 0.36% | 0.63% | - |
| HSV(B) | 81.18º | 0.35% | 0.76% | - |
| XYZ | 40.14 | 49.22 | 27.46 | - |
| YUV | 180.07 | 98.05 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 127 | 0.12 | 0 | 0.35 | 0.24 | 81.18 | 0.36 | 0.63 |
| Hex | AB | C3 | 7F | C | 0 | 23 | 18 | 51 | 24 | 3F |
| Octal | 253 | 303 | 177 | 14 | 0 | 43 | 30 | 121 | 44 | 77 |
| Binary | 10101011 | 11000011 | 1111111 | 1100 | 0 | 100011 | 11000 | 1010001 | 100100 | 111111 |
Color Harmonies of #ABC37F
Complementary color
Monochromatic Colors of #ABC37F
Black with #ABC37F
Text Example
Text Example
White with #ABC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC37F; }
p { color: rgb(171,195,127); }
H1.HeaderClassName
{
color: #ABC37F;
}
.AnyTagClassName
{
color: #ABC37F;
}
</style>
background-color css
<style>
a { background-color: #ABC37F; }
a { background-color: rgb(171,195,127); }
div.DivClassName
{
background-color: #ABC37F;
}
.BgClassName
{
background-color: #ABC37F;
}
</style>
border-color css
<style>
span { border-color: #ABC37F; }
span { border-color: rgb(171,195,127); }
td.TdClassName
{
border-color: #ABC37F;
}
.TagClassName
{
border-color: #ABC37F;
}
</style>