#A9B28E

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

Shades of Green Spring #A9B28E

Tints of Green Spring #A9B28E

Color information

#A9B28E (or 0xA9B28E) is unknown color: approx Green Spring. HEX triplet: A9, B2 and 8E. RGB value is (169,178,142). Sum of RGB (Red+Green+Blue) = 169+178+142=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #A9B28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B28E is #564D71. Grayscale: #ABABAB. Windows color (decimal): -5655922 or 9351849. OLE color: 9351849.

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

Color convert

RGB169178142-
CMYK0.0500.200.30
HSL75º18.95%62.75%-
HSV(B)75º20.22%69.8%-
XYZ37.1742.2331.78-
YUV171.2111.52126.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.56%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=34.56%
G=36.40%
B=29.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691781420.0500.200.307518.9562.75
HexA9B28E50141E4b133f
Octal2512622165024361132377
Binary10101001101100101000111010101010011110100101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B28E; }

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

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

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

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

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

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

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

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