#A9B495

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

Shades of Green Spring #A9B495

Tints of Green Spring #A9B495

Color information

#A9B495 (or 0xA9B495) is unknown color: approx Green Spring. HEX triplet: A9, B4 and 95. RGB value is (169,180,149). Sum of RGB (Red+Green+Blue) = 169+180+149=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 180 (70.70% from 255 or 36.14% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 180 - color contains mainly: green. Hex color #A9B495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B495 is #564B6A. Grayscale: #ADADAD. Windows color (decimal): -5655403 or 9811113. OLE color: 9811113.

HSL color Cylindrical-coordinate representation of color #A9B495: hue angle of 81.29º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9B495 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB169180149-
CMYK0.0600.170.29
HSL81.29º17.13%64.51%-
HSV(B)81.29º17.22%70.59%-
XYZ38.1143.2534.77-
YUV173.18114.36125.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 180 (70.70% from 255) = 36.14%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=33.94%
G=36.14%
B=29.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691801490.0600.170.2981.2917.1364.51
HexA9B49560111D511141
Octal25126422560213512121101
Binary101010011011010010010101110010001111011010001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B495; }

 p { color: rgb(169,180,149); }

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

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

 a { background-color: rgb(169,180,149); }

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

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

 span { border-color: rgb(169,180,149); }

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