#ABC47E

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

Shades of Caper #ABC47E

Tints of Caper #ABC47E

Color information

#ABC47E (or 0xABC47E) is unknown color: approx Caper. HEX triplet: AB, C4 and 7E. RGB value is (171,196,126). Sum of RGB (Red+Green+Blue) = 171+196+126=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC47E is #543B81. Grayscale: #B4B4B4. Windows color (decimal): -5520258 or 8307883. OLE color: 8307883.

HSL color Cylindrical-coordinate representation of color #ABC47E: hue angle of 81.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABC47E is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB171196126-
CMYK0.1300.360.23
HSL81.43º37.23%63.14%-
HSV(B)81.43º35.71%76.86%-
XYZ40.349.6427.2-
YUV180.5497.22121.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=34.69%
G=39.76%
B=25.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961260.1300.360.2381.4337.2363.14
HexABC47ED0241751253f
Octal25330417615044271214577
Binary1010101111000100111111011010100100101111010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC47E; }

 p { color: rgb(171,196,126); }

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

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

 a { background-color: rgb(171,196,126); }

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

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

 span { border-color: rgb(171,196,126); }

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