#A5A99B

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

Shades of Green Spring #A5A99B

Tints of Green Spring #A5A99B

Color information

#A5A99B (or 0xA5A99B) is unknown color: approx Green Spring. HEX triplet: A5, A9 and 9B. RGB value is (165,169,155). Sum of RGB (Red+Green+Blue) = 165+169+155=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 155 (60.94% from 255 or 31.70% from 489); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A99B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A99B is #5A5664. Grayscale: #A6A6A6. Windows color (decimal): -5920357 or 10201509. OLE color: 10201509.

HSL color Cylindrical-coordinate representation of color #A5A99B: hue angle of 77.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5A99B is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB165169155-
CMYK0.0200.080.34
HSL77.14º7.53%63.53%-
HSV(B)77.14º8.28%66.27%-
XYZ35.6238.7436.61-
YUV166.21121.67127.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 155 (60.94% from 255) = 31.70%
R=33.74%
G=34.56%
B=31.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691550.0200.080.3477.147.5363.53
HexA5A99B208224d840
Octal24525123320104211510100
Binary1010010110101001100110111001000100010100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A99B; }

 p { color: rgb(165,169,155); }

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

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

 a { background-color: rgb(165,169,155); }

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

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

 span { border-color: rgb(165,169,155); }

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