#ABCBAF

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

Shades of Gum Leaf #ABCBAF

Tints of Gum Leaf #ABCBAF

Color information

#ABCBAF (or 0xABCBAF) is unknown color: approx Gum Leaf. HEX triplet: AB, CB and AF. RGB value is (171,203,175). Sum of RGB (Red+Green+Blue) = 171+203+175=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBAF is #543450. Grayscale: #BEBEBE. Windows color (decimal): -5518417 or 11520939. OLE color: 11520939.

HSL color Cylindrical-coordinate representation of color #ABCBAF: hue angle of 127.5º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCBAF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB171203175-
CMYK0.1600.140.20
HSL127.5º23.53%73.33%-
HSV(B)127.5º15.76%79.61%-
XYZ45.8954.4648.65-
YUV190.24119.4114.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.15%
GREEN value IS 203 (79.69% from 255) = 36.98%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=31.15%
G=36.98%
B=31.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712031750.1600.140.20127.523.5373.33
HexABCBAF100E147f1849
Octal253313257200162417730111
Binary1010101111001011101011111000001110101001111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBAF; }

 p { color: rgb(171,203,175); }

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

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

 a { background-color: rgb(171,203,175); }

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

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

 span { border-color: rgb(171,203,175); }

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