#ABA583

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

Shades of Neutral Green #ABA583

Tints of Neutral Green #ABA583

Color information

#ABA583 (or 0xABA583) is unknown color: approx Neutral Green. HEX triplet: AB, A5 and 83. RGB value is (171,165,131). Sum of RGB (Red+Green+Blue) = 171+165+131=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA583 is #545A7C. Grayscale: #A3A3A3. Windows color (decimal): -5528189 or 8627627. OLE color: 8627627.

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

Color convert

RGB171165131-
CMYK00.040.230.33
HSL51º19.23%59.22%-
HSV(B)51º23.39%67.06%-
XYZ34.3537.2126.84-
YUV162.92109.99133.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 165 (64.84% from 255) = 35.33%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=36.62%
G=35.33%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116513100.040.230.335119.2359.22
HexABA58304172133133b
Octal253245203042741632373
Binary10101011101001011000001101001011110000111001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA583; }

 p { color: rgb(171,165,131); }

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

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

 a { background-color: rgb(171,165,131); }

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

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

 span { border-color: rgb(171,165,131); }

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