Shades of Caper #ABC27D
Tints of Caper #ABC27D
RGB
CMYK
RGB Variations
Color information
#ABC27D (or 0xABC27D) is known color: Caper. HEX triplet: AB, C2 and 7D. RGB value is (171,194,125). Sum of RGB (Red+Green+Blue) = 171+194+125=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC27D is #543D82. Grayscale: #B3B3B3. Windows color (decimal): -5520771 or 8241835. OLE color: 8241835.
HSL color Cylindrical-coordinate representation of color #ABC27D: hue angle of 80º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABC27D is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 125 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.24 |
| HSL | 80º | 0.36% | 0.63% | - |
| HSV(B) | 80º | 0.36% | 0.76% | - |
| XYZ | 39.79 | 48.72 | 26.71 | - |
| YUV | 179.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 125 | 0.12 | 0 | 0.36 | 0.24 | 80 | 0.36 | 0.63 |
| Hex | AB | C2 | 7D | C | 0 | 24 | 18 | 50 | 24 | 3F |
| Octal | 253 | 302 | 175 | 14 | 0 | 44 | 30 | 120 | 44 | 77 |
| Binary | 10101011 | 11000010 | 1111101 | 1100 | 0 | 100100 | 11000 | 1010000 | 100100 | 111111 |
Color Harmonies of #ABC27D
Complementary color
Monochromatic Colors of #ABC27D
Black with #ABC27D
Text Example
Text Example
White with #ABC27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC27D; }
p { color: rgb(171,194,125); }
H1.HeaderClassName
{
color: #ABC27D;
}
.AnyTagClassName
{
color: #ABC27D;
}
</style>
background-color css
<style>
a { background-color: #ABC27D; }
a { background-color: rgb(171,194,125); }
div.DivClassName
{
background-color: #ABC27D;
}
.BgClassName
{
background-color: #ABC27D;
}
</style>
border-color css
<style>
span { border-color: #ABC27D; }
span { border-color: rgb(171,194,125); }
td.TdClassName
{
border-color: #ABC27D;
}
.TagClassName
{
border-color: #ABC27D;
}
</style>