#ABC5B0

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

Shades of Gum Leaf #ABC5B0

Tints of Gum Leaf #ABC5B0

Color information

#ABC5B0 (or 0xABC5B0) is unknown color: approx Gum Leaf. HEX triplet: AB, C5 and B0. RGB value is (171,197,176). Sum of RGB (Red+Green+Blue) = 171+197+176=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 176 (69.14% from 255 or 32.35% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5B0 is #543A4F. Grayscale: #BABABA. Windows color (decimal): -5519952 or 11584939. OLE color: 11584939.

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

Color convert

RGB171197176-
CMYK0.1300.110.23
HSL131.54º18.31%72.16%-
HSV(B)131.54º13.2%77.25%-
XYZ44.651.7348.71-
YUV186.83121.89116.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 176 (69.14% from 255) = 32.35%
R=31.43%
G=36.21%
B=32.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971760.1300.110.23131.5418.3172.16
HexABC5B0D0B17841248
Octal253305260150132720422110
Binary1010101111000101101100001101010111011110000100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5B0; }

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

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

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

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

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

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

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

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