#ABB399

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

Shades of Green Spring #ABB399

Tints of Green Spring #ABB399

Color information

#ABB399 (or 0xABB399) is unknown color: approx Green Spring. HEX triplet: AB, B3 and 99. RGB value is (171,179,153). Sum of RGB (Red+Green+Blue) = 171+179+153=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB399 is #544C66. Grayscale: #ADADAD. Windows color (decimal): -5524583 or 10073003. OLE color: 10073003.

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

Color convert

RGB171179153-
CMYK0.0400.150.30
HSL78.46º14.61%65.1%-
HSV(B)78.46º14.53%70.2%-
XYZ38.6643.236.44-
YUV173.64116.35126.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=34.00%
G=35.59%
B=30.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711791530.0400.150.3078.4614.6165.1
HexABB39940F1E4ef41
Octal25326323140173611617101
Binary1010101110110011100110011000111111110100111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB399; }

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

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

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

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

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

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

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

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