#ABC5B2

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

Shades of Gum Leaf #ABC5B2

Tints of Gum Leaf #ABC5B2

Color information

#ABC5B2 (or 0xABC5B2) is unknown color: approx Gum Leaf. HEX triplet: AB, C5 and B2. RGB value is (171,197,178). Sum of RGB (Red+Green+Blue) = 171+197+178=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC5B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC5B2 is #543A4D. Grayscale: #BBBBBB. Windows color (decimal): -5519950 or 11716011. OLE color: 11716011.

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

Color convert

RGB171197178-
CMYK0.1300.100.23
HSL136.15º18.31%72.16%-
HSV(B)136.15º13.2%77.25%-
XYZ44.851.849.76-
YUV187.06122.89116.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=31.32%
G=36.08%
B=32.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971780.1300.100.23136.1518.3172.16
HexABC5B2D0A17881248
Octal253305262150122721022110
Binary1010101111000101101100101101010101011110001000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5B2; }

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

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

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

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

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

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

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

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