Shades of Caper #ABCD7E
Tints of Caper #ABCD7E
RGB
CMYK
RGB Variations
Color information
#ABCD7E (or 0xABCD7E) is known color: Caper. HEX triplet: AB, CD and 7E. RGB value is (171,205,126). Sum of RGB (Red+Green+Blue) = 171+205+126=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD7E is #543281. Grayscale: #BABABA. Windows color (decimal): -5517954 or 8310187. OLE color: 8310187.
HSL color Cylindrical-coordinate representation of color #ABCD7E: hue angle of 85.82º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABCD7E is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 126 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.20 |
| HSL | 85.82º | 0.44% | 0.65% | - |
| HSV(B) | 85.82º | 0.39% | 0.8% | - |
| XYZ | 42.39 | 53.83 | 27.89 | - |
| YUV | 185.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 126 | 0.17 | 0 | 0.39 | 0.20 | 85.82 | 0.44 | 0.65 |
| Hex | AB | CD | 7E | 11 | 0 | 27 | 14 | 56 | 2C | 41 |
| Octal | 253 | 315 | 176 | 21 | 0 | 47 | 24 | 126 | 54 | 101 |
| Binary | 10101011 | 11001101 | 1111110 | 10001 | 0 | 100111 | 10100 | 1010110 | 101100 | 1000001 |
Color Harmonies of #ABCD7E
Complementary color
Monochromatic Colors of #ABCD7E
Black with #ABCD7E
Text Example
Text Example
White with #ABCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD7E; }
p { color: rgb(171,205,126); }
H1.HeaderClassName
{
color: #ABCD7E;
}
.AnyTagClassName
{
color: #ABCD7E;
}
</style>
background-color css
<style>
a { background-color: #ABCD7E; }
a { background-color: rgb(171,205,126); }
div.DivClassName
{
background-color: #ABCD7E;
}
.BgClassName
{
background-color: #ABCD7E;
}
</style>
border-color css
<style>
span { border-color: #ABCD7E; }
span { border-color: rgb(171,205,126); }
td.TdClassName
{
border-color: #ABCD7E;
}
.TagClassName
{
border-color: #ABCD7E;
}
</style>