#A9B29A

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

Shades of Green Spring #A9B29A

Tints of Green Spring #A9B29A

Color information

#A9B29A (or 0xA9B29A) is unknown color: approx Green Spring. HEX triplet: A9, B2 and 9A. RGB value is (169,178,154). Sum of RGB (Red+Green+Blue) = 169+178+154=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B29A is #564D65. Grayscale: #ACACAC. Windows color (decimal): -5655910 or 10138281. OLE color: 10138281.

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

Color convert

RGB169178154-
CMYK0.0500.130.30
HSL82.5º13.48%65.1%-
HSV(B)82.5º13.48%69.8%-
XYZ38.1242.6136.79-
YUV172.57117.52125.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=33.73%
G=35.53%
B=30.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691781540.0500.130.3082.513.4865.1
HexA9B29A50D1E52d41
Octal25126223250153612215101
Binary1010100110110010100110101010110111110101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B29A; }

 p { color: rgb(169,178,154); }

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

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

 a { background-color: rgb(169,178,154); }

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

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

 span { border-color: rgb(169,178,154); }

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