#ABB9AE

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

Shades of Gum Leaf #ABB9AE

Tints of Gum Leaf #ABB9AE

Color information

#ABB9AE (or 0xABB9AE) is unknown color: approx Gum Leaf. HEX triplet: AB, B9 and AE. RGB value is (171,185,174). Sum of RGB (Red+Green+Blue) = 171+185+174=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB9AE is #544651. Grayscale: #B3B3B3. Windows color (decimal): -5523026 or 11450795. OLE color: 11450795.

HSL color Cylindrical-coordinate representation of color #ABB9AE: hue angle of 132.86º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ABB9AE is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB171185174-
CMYK0.0800.060.27
HSL132.86º9.09%69.8%-
HSV(B)132.86º7.57%72.55%-
XYZ41.7846.4146.8-
YUV179.56124.86121.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=32.26%
G=34.91%
B=32.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851740.0800.060.27132.869.0969.8
HexABB9AE8061B85946
Octal25327125610063320511106
Binary10101011101110011010111010000110110111000010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9AE; }

 p { color: rgb(171,185,174); }

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

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

 a { background-color: rgb(171,185,174); }

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

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

 span { border-color: rgb(171,185,174); }

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