#ABC1B0

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

Shades of Gum Leaf #ABC1B0

Tints of Gum Leaf #ABC1B0

Color information

#ABC1B0 (or 0xABC1B0) is unknown color: approx Gum Leaf. HEX triplet: AB, C1 and B0. RGB value is (171,193,176). Sum of RGB (Red+Green+Blue) = 171+193+176=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC1B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC1B0 is #543E4F. Grayscale: #B8B8B8. Windows color (decimal): -5520976 or 11583915. OLE color: 11583915.

HSL color Cylindrical-coordinate representation of color #ABC1B0: hue angle of 133.64º 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 #ABC1B0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB171193176-
CMYK0.1100.090.24
HSL133.64º15.07%71.37%-
HSV(B)133.64º11.4%75.69%-
XYZ43.749.9348.41-
YUV184.48123.21118.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 193 (75.78% from 255) = 35.74%
BLUE value IS 176 (69.14% from 255) = 32.59%
R=31.67%
G=35.74%
B=32.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711931760.1100.090.24133.6415.0771.37
HexABC1B0B091886f47
Octal253301260130113020617107
Binary101010111100000110110000101101001110001000011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC1B0; }

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

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

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

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

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

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

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

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