#ABC5B3

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

Shades of Gum Leaf #ABC5B3

Tints of Gum Leaf #ABC5B3

Color information

#ABC5B3 (or 0xABC5B3) is unknown color: approx Gum Leaf. HEX triplet: AB, C5 and B3. RGB value is (171,197,179). Sum of RGB (Red+Green+Blue) = 171+197+179=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5B3 is #543A4C. Grayscale: #BBBBBB. Windows color (decimal): -5519949 or 11781547. OLE color: 11781547.

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

Color convert

RGB171197179-
CMYK0.1300.090.23
HSL138.46º18.31%72.16%-
HSV(B)138.46º13.2%77.25%-
XYZ44.951.8550.29-
YUV187.17123.39116.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=31.26%
G=36.01%
B=32.72%

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
Decimal1711971790.1300.090.23138.4618.3172.16
HexABC5B3D09178a1248
Octal253305263150112721222110
Binary1010101111000101101100111101010011011110001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5B3; }

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

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

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

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

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

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

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

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