#ABB396

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

Shades of Green Spring #ABB396

Tints of Green Spring #ABB396

Color information

#ABB396 (or 0xABB396) is unknown color: approx Green Spring. HEX triplet: AB, B3 and 96. RGB value is (171,179,150). Sum of RGB (Red+Green+Blue) = 171+179+150=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB396 is #544C69. Grayscale: #ADADAD. Windows color (decimal): -5524586 or 9876395. OLE color: 9876395.

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

Color convert

RGB171179150-
CMYK0.0400.160.30
HSL76.55º16.02%64.51%-
HSV(B)76.55º16.2%70.2%-
XYZ38.4243.135.15-
YUV173.3114.85126.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.2%
GREEN value IS 179 (70.31% from 255) = 35.8%
BLUE value IS 150 (58.98% from 255) = 30%
R=34.2%
G=35.8%
B=30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791500.0400.160.3076.5516.0264.51
HexABB39640101E4d1041
Octal25326322640203611520101
Binary101010111011001110010110100010000111101001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB396; }

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

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

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

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

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

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

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

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