#ABB395

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

Shades of Green Spring #ABB395

Tints of Green Spring #ABB395

Color information

#ABB395 (or 0xABB395) is unknown color: approx Green Spring. HEX triplet: AB, B3 and 95. RGB value is (171,179,149). Sum of RGB (Red+Green+Blue) = 171+179+149=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB395 is #544C6A. Grayscale: #ADADAD. Windows color (decimal): -5524587 or 9810859. OLE color: 9810859.

HSL color Cylindrical-coordinate representation of color #ABB395: hue angle of 76º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABB395 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB171179149-
CMYK0.0400.170.30
HSL76º16.48%64.31%-
HSV(B)76º16.76%70.2%-
XYZ38.3443.0734.73-
YUV173.19114.35126.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.27%
GREEN value IS 179 (70.31% from 255) = 35.87%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=34.27%
G=35.87%
B=29.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791490.0400.170.307616.4864.31
HexABB39540111E4c1040
Octal25326322540213611420100
Binary101010111011001110010101100010001111101001100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB395; }

 p { color: rgb(171,179,149); }

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

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

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

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

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

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

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