#ABC5B4

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

Shades of Gum Leaf #ABC5B4

Tints of Gum Leaf #ABC5B4

Color information

#ABC5B4 (or 0xABC5B4) is unknown color: approx Gum Leaf. HEX triplet: AB, C5 and B4. RGB value is (171,197,180). Sum of RGB (Red+Green+Blue) = 171+197+180=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5B4 is #543A4B. Grayscale: #BBBBBB. Windows color (decimal): -5519948 or 11847083. OLE color: 11847083.

HSL color Cylindrical-coordinate representation of color #ABC5B4: hue angle of 140.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABC5B4 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB171197180-
CMYK0.1300.090.23
HSL140.77º18.31%72.16%-
HSV(B)140.77º13.2%77.25%-
XYZ4551.8950.82-
YUV187.29123.89116.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 197 (77.34% from 255) = 35.95%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=31.20%
G=35.95%
B=32.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971800.1300.090.23140.7718.3172.16
HexABC5B4D09178d1248
Octal253305264150112721522110
Binary1010101111000101101101001101010011011110001101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5B4; }

 p { color: rgb(171,197,180); }

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

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

 a { background-color: rgb(171,197,180); }

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

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

 span { border-color: rgb(171,197,180); }

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