#ABCE7C

Color #ABCE7C Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ABCE7C

Tints of Caper #ABCE7C

Color information

#ABCE7C (or 0xABCE7C) is unknown color: approx Caper. HEX triplet: AB, CE and 7C. RGB value is (171,206,124). Sum of RGB (Red+Green+Blue) = 171+206+124=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 124 (48.83% from 255 or 24.75% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE7C is #543183. Grayscale: #BABABA. Windows color (decimal): -5517700 or 8179371. OLE color: 8179371.

HSL color Cylindrical-coordinate representation of color #ABCE7C: hue angle of 85.61º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABCE7C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB171206124-
CMYK0.1700.400.19
HSL85.61º45.56%64.71%-
HSV(B)85.61º39.81%80.78%-
XYZ42.554.2627.3-
YUV186.1992.9117.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 206 (80.86% from 255) = 41.12%
BLUE value IS 124 (48.83% from 255) = 24.75%
R=34.13%
G=41.12%
B=24.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712061240.1700.400.1985.6145.5664.71
HexABCE7C1102813562e41
Octal253316174210502312656101
Binary101010111100111011111001000101010001001110101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCE7C; }

 p { color: rgb(171,206,124); }

 H1.HeaderClassName
 {
   color: #ABCE7C;
 }
 .AnyTagClassName
 {
   color: #ABCE7C;
 }
</style>
background-color css

<style>
 a { background-color: #ABCE7C; }

 a { background-color: rgb(171,206,124); }

 div.DivClassName
 {
   background-color: #ABCE7C;
 }
 .BgClassName
 {
   background-color: #ABCE7C;
 }
</style>
border-color css

<style>
 span { border-color: #ABCE7C; }

 span { border-color: rgb(171,206,124); }

 td.TdClassName
 {
   border-color: #ABCE7C;
 }
 .TagClassName
 {
   border-color: #ABCE7C;
 }
</style>