#ABB196

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

Shades of Green Spring #ABB196

Tints of Green Spring #ABB196

Color information

#ABB196 (or 0xABB196) is unknown color: approx Green Spring. HEX triplet: AB, B1 and 96. RGB value is (171,177,150). Sum of RGB (Red+Green+Blue) = 171+177+150=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB196 is #544E69. Grayscale: #ACACAC. Windows color (decimal): -5525098 or 9875883. OLE color: 9875883.

HSL color Cylindrical-coordinate representation of color #ABB196: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABB196 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB171177150-
CMYK0.0300.150.31
HSL73.33º14.75%64.12%-
HSV(B)73.33º15.25%69.41%-
XYZ38.0242.335.02-
YUV172.13115.51127.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=34.34%
G=35.54%
B=30.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771500.0300.150.3173.3314.7564.12
HexABB19630F1F49f40
Octal25326122630173711117100
Binary101010111011000110010110110111111111100100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB196; }

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

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

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

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

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

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

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

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