#A4A998

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

Shades of Green Spring #A4A998

Tints of Green Spring #A4A998

Color information

#A4A998 (or 0xA4A998) is unknown color: approx Green Spring. HEX triplet: A4, A9 and 98. RGB value is (164,169,152). Sum of RGB (Red+Green+Blue) = 164+169+152=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A998 is #5B5667. Grayscale: #A5A5A5. Windows color (decimal): -5985896 or 10004900. OLE color: 10004900.

HSL color Cylindrical-coordinate representation of color #A4A998: hue angle of 77.65º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4A998 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB164169152-
CMYK0.0300.100.34
HSL77.65º8.99%62.94%-
HSV(B)77.65º10.06%66.27%-
XYZ35.1738.5435.29-
YUV165.57120.34126.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 169 (66.41% from 255) = 34.85%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=33.81%
G=34.85%
B=31.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691520.0300.100.3477.658.9962.94
HexA4A99830A224e93f
Octal2442512303012421161177
Binary101001001010100110011000110101010001010011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A998; }

 p { color: rgb(164,169,152); }

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

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

 a { background-color: rgb(164,169,152); }

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

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

 span { border-color: rgb(164,169,152); }

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