#ABB394

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

Shades of Green Spring #ABB394

Tints of Green Spring #ABB394

Color information

#ABB394 (or 0xABB394) is unknown color: approx Green Spring. HEX triplet: AB, B3 and 94. RGB value is (171,179,148). Sum of RGB (Red+Green+Blue) = 171+179+148=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 148 (58.20% from 255 or 29.72% from 498); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB394 is #544C6B. Grayscale: #ADADAD. Windows color (decimal): -5524588 or 9745323. OLE color: 9745323.

HSL color Cylindrical-coordinate representation of color #ABB394: hue angle of 75.48º degrees, saturation: 0.17, 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 #ABB394 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB171179148-
CMYK0.0400.170.30
HSL75.48º16.94%64.12%-
HSV(B)75.48º17.32%70.2%-
XYZ38.2643.0434.31-
YUV173.07113.85126.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 148 (58.20% from 255) = 29.72%
R=34.34%
G=35.94%
B=29.72%

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
Decimal1711791480.0400.170.3075.4816.9464.12
HexABB39440111E4b1140
Octal25326322440213611321100
Binary101010111011001110010100100010001111101001011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB394; }

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

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

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

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

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

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

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

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