#ABB195

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

Shades of Green Spring #ABB195

Tints of Green Spring #ABB195

Color information

#ABB195 (or 0xABB195) is unknown color: approx Green Spring. HEX triplet: AB, B1 and 95. RGB value is (171,177,149). Sum of RGB (Red+Green+Blue) = 171+177+149=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB195 is #544E6A. Grayscale: #ACACAC. Windows color (decimal): -5525099 or 9810347. OLE color: 9810347.

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

Color convert

RGB171177149-
CMYK0.0300.160.31
HSL72.86º15.22%63.92%-
HSV(B)72.86º15.82%69.41%-
XYZ37.9442.2734.59-
YUV172.01115.01127.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.41%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=34.41%
G=35.61%
B=29.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771490.0300.160.3172.8615.2263.92
HexABB19530101F49f40
Octal25326122530203711117100
Binary1010101110110001100101011101000011111100100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB195; }

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

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

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

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

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

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

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

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