#ABB095

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

Shades of Green Spring #ABB095

Tints of Green Spring #ABB095

Color information

#ABB095 (or 0xABB095) is unknown color: approx Green Spring. HEX triplet: AB, B0 and 95. RGB value is (171,176,149). Sum of RGB (Red+Green+Blue) = 171+176+149=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB095 is #544F6A. Grayscale: #ABABAB. Windows color (decimal): -5525355 or 9810091. OLE color: 9810091.

HSL color Cylindrical-coordinate representation of color #ABB095: hue angle of 71.11º 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 #ABB095 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB171176149-
CMYK0.0300.150.31
HSL71.11º14.59%63.73%-
HSV(B)71.11º15.34%69.02%-
XYZ37.7441.8834.53-
YUV171.43115.34127.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 176 (69.14% from 255) = 35.48%
BLUE value IS 149 (58.59% from 255) = 30.04%
R=34.48%
G=35.48%
B=30.04%

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
Decimal1711761490.0300.150.3171.1114.5963.73
HexABB09530F1F47f40
Octal25326022530173710717100
Binary101010111011000010010101110111111111100011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB095; }

 p { color: rgb(171,176,149); }

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

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

 a { background-color: rgb(171,176,149); }

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

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

 span { border-color: rgb(171,176,149); }

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