#ABA78B

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

Shades of Neutral Green #ABA78B

Tints of Neutral Green #ABA78B

Color information

#ABA78B (or 0xABA78B) is unknown color: approx Neutral Green. HEX triplet: AB, A7 and 8B. RGB value is (171,167,139). Sum of RGB (Red+Green+Blue) = 171+167+139=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA78B is #545874. Grayscale: #A5A5A5. Windows color (decimal): -5527669 or 9152427. OLE color: 9152427.

HSL color Cylindrical-coordinate representation of color #ABA78B: hue angle of 52.5º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA78B is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB171167139-
CMYK00.020.190.33
HSL52.5º16%60.78%-
HSV(B)52.5º18.71%67.06%-
XYZ35.2738.1629.93-
YUV165113.33132.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=35.85%
G=35.01%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116713900.020.190.3352.51660.78
HexABA78B02132134103d
Octal253247213022341642075
Binary1010101110100111100010110101001110000111010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA78B; }

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

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

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

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

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

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

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

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