#ABC2AD

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

Shades of Gum Leaf #ABC2AD

Tints of Gum Leaf #ABC2AD

Color information

#ABC2AD (or 0xABC2AD) is unknown color: approx Gum Leaf. HEX triplet: AB, C2 and AD. RGB value is (171,194,173). Sum of RGB (Red+Green+Blue) = 171+194+173=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2AD is #543D52. Grayscale: #B8B8B8. Windows color (decimal): -5520723 or 11387563. OLE color: 11387563.

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

Color convert

RGB171194173-
CMYK0.1200.110.24
HSL125.22º15.86%71.57%-
HSV(B)125.22º11.86%76.08%-
XYZ43.6350.2646.94-
YUV184.73121.38118.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 194 (76.17% from 255) = 36.06%
BLUE value IS 173 (67.97% from 255) = 32.16%
R=31.78%
G=36.06%
B=32.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941730.1200.110.24125.2215.8671.57
HexABC2ADC0B187d1048
Octal253302255140133017520110
Binary101010111100001010101101110001011110001111101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2AD; }

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

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

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

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

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

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

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

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