#ABC8B1

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

Shades of Gum Leaf #ABC8B1

Tints of Gum Leaf #ABC8B1

Color information

#ABC8B1 (or 0xABC8B1) is unknown color: approx Gum Leaf. HEX triplet: AB, C8 and B1. RGB value is (171,200,177). Sum of RGB (Red+Green+Blue) = 171+200+177=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC8B1 is #54374E. Grayscale: #BCBCBC. Windows color (decimal): -5519183 or 11651243. OLE color: 11651243.

HSL color Cylindrical-coordinate representation of color #ABC8B1: hue angle of 132.41º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8B1 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB171200177-
CMYK0.1400.120.22
HSL132.41º20.86%72.75%-
HSV(B)132.41º14.5%78.43%-
XYZ45.3853.1449.46-
YUV188.71121.39115.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 200 (78.52% from 255) = 36.50%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=31.20%
G=36.50%
B=32.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001770.1400.120.22132.4120.8672.75
HexABC8B1E0C16841549
Octal253310261160142620425111
Binary1010101111001000101100011110011001011010000100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8B1; }

 p { color: rgb(171,200,177); }

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

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

 a { background-color: rgb(171,200,177); }

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

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

 span { border-color: rgb(171,200,177); }

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