#ABC2B1

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

Shades of Gum Leaf #ABC2B1

Tints of Gum Leaf #ABC2B1

Color information

#ABC2B1 (or 0xABC2B1) is unknown color: approx Gum Leaf. HEX triplet: AB, C2 and B1. RGB value is (171,194,177). Sum of RGB (Red+Green+Blue) = 171+194+177=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2B1 is #543D4E. Grayscale: #B9B9B9. Windows color (decimal): -5520719 or 11649707. OLE color: 11649707.

HSL color Cylindrical-coordinate representation of color #ABC2B1: hue angle of 135.65º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2B1 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB171194177-
CMYK0.1200.090.24
HSL135.65º15.86%71.57%-
HSV(B)135.65º11.86%76.08%-
XYZ44.0250.4249.01-
YUV185.18123.38117.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 194 (76.17% from 255) = 35.79%
BLUE value IS 177 (69.53% from 255) = 32.66%
R=31.55%
G=35.79%
B=32.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941770.1200.090.24135.6515.8671.57
HexABC2B1C0918881048
Octal253302261140113021020110
Binary1010101111000010101100011100010011100010001000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2B1; }

 p { color: rgb(171,194,177); }

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

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

 a { background-color: rgb(171,194,177); }

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

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

 span { border-color: rgb(171,194,177); }

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