#ABAB85

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

Shades of Neutral Green #ABAB85

Tints of Neutral Green #ABAB85

Color information

#ABAB85 (or 0xABAB85) is unknown color: approx Neutral Green. HEX triplet: AB, AB and 85. RGB value is (171,171,133). Sum of RGB (Red+Green+Blue) = 171+171+133=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAB85 is #54547A. Grayscale: #A6A6A6. Windows color (decimal): -5526651 or 8760235. OLE color: 8760235.

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

Color convert

RGB171171133-
CMYK000.220.33
HSL60º18.45%59.61%-
HSV(B)60º22.22%67.06%-
XYZ35.5939.4827.93-
YUV166.67109131.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 133 (52.34% from 255) = 28%
R=36%
G=36%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171171133000.220.336018.4559.61
HexABAB850016213c123c
Octal253253205002641742274
Binary101010111010101110000101001011010000111110010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAB85; }

 p { color: rgb(171,171,133); }

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

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

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

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

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

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

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