#ABC2B0

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

Shades of Gum Leaf #ABC2B0

Tints of Gum Leaf #ABC2B0

Color information

#ABC2B0 (or 0xABC2B0) is unknown color: approx Gum Leaf. HEX triplet: AB, C2 and B0. RGB value is (171,194,176). Sum of RGB (Red+Green+Blue) = 171+194+176=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2B0 is #543D4F. Grayscale: #B9B9B9. Windows color (decimal): -5520720 or 11584171. OLE color: 11584171.

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

Color convert

RGB171194176-
CMYK0.1200.090.24
HSL133.04º15.86%71.57%-
HSV(B)133.04º11.86%76.08%-
XYZ43.9250.3848.48-
YUV185.07122.88117.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.61%
GREEN value IS 194 (76.17% from 255) = 35.86%
BLUE value IS 176 (69.14% from 255) = 32.53%
R=31.61%
G=35.86%
B=32.53%

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
Decimal1711941760.1200.090.24133.0415.8671.57
HexABC2B0C0918851048
Octal253302260140113020520110
Binary1010101111000010101100001100010011100010000101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2B0; }

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

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

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

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

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

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

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

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