#ABA788

Color #ABA788 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #ABA788

Tints of Neutral Green #ABA788

Color information

#ABA788 (or 0xABA788) is unknown color: approx Neutral Green. HEX triplet: AB, A7 and 88. RGB value is (171,167,136). Sum of RGB (Red+Green+Blue) = 171+167+136=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA788 is #545877. Grayscale: #A4A4A4. Windows color (decimal): -5527672 or 8955819. OLE color: 8955819.

HSL color Cylindrical-coordinate representation of color #ABA788: hue angle of 53.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA788 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171167136-
CMYK00.020.200.33
HSL53.14º17.24%60.2%-
HSV(B)53.14º20.47%67.06%-
XYZ35.0638.0728.79-
YUV164.66111.83132.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 167 (65.62% from 255) = 35.23%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=36.08%
G=35.23%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116713600.020.200.3353.1417.2460.2
HexABA78802142135113c
Octal253247210022441652174
Binary1010101110100111100010000101010010000111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA788; }

 p { color: rgb(171,167,136); }

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

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

 a { background-color: rgb(171,167,136); }

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

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

 span { border-color: rgb(171,167,136); }

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