#ABC1B2

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

Shades of Gum Leaf #ABC1B2

Tints of Gum Leaf #ABC1B2

Color information

#ABC1B2 (or 0xABC1B2) is unknown color: approx Gum Leaf. HEX triplet: AB, C1 and B2. RGB value is (171,193,178). Sum of RGB (Red+Green+Blue) = 171+193+178=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1B2 is #543E4D. Grayscale: #B8B8B8. Windows color (decimal): -5520974 or 11714987. OLE color: 11714987.

HSL color Cylindrical-coordinate representation of color #ABC1B2: hue angle of 139.09º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC1B2 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB171193178-
CMYK0.1100.080.24
HSL139.09º15.07%71.37%-
HSV(B)139.09º11.4%75.69%-
XYZ43.950.0149.46-
YUV184.71124.21118.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 193 (75.78% from 255) = 35.61%
BLUE value IS 178 (69.92% from 255) = 32.84%
R=31.55%
G=35.61%
B=32.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931780.1100.080.24139.0915.0771.37
HexABC1B2B08188bf47
Octal253301262130103021317107
Binary101010111100000110110010101101000110001000101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1B2; }

 p { color: rgb(171,193,178); }

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

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

 a { background-color: rgb(171,193,178); }

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

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

 span { border-color: rgb(171,193,178); }

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