#ABB397

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

Shades of Green Spring #ABB397

Tints of Green Spring #ABB397

Color information

#ABB397 (or 0xABB397) is unknown color: approx Green Spring. HEX triplet: AB, B3 and 97. RGB value is (171,179,151). Sum of RGB (Red+Green+Blue) = 171+179+151=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB397 is #544C68. Grayscale: #ADADAD. Windows color (decimal): -5524585 or 9941931. OLE color: 9941931.

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

Color convert

RGB171179151-
CMYK0.0400.160.30
HSL77.14º15.56%64.71%-
HSV(B)77.14º15.64%70.2%-
XYZ38.543.1335.57-
YUV173.42115.35126.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=34.13%
G=35.73%
B=30.14%

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
Decimal1711791510.0400.160.3077.1415.5664.71
HexABB39740101E4d1041
Octal25326322740203611520101
Binary101010111011001110010111100010000111101001101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB397; }

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

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

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

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

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

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

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

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