#A5B18B

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

Shades of Green Spring #A5B18B

Tints of Green Spring #A5B18B

Color information

#A5B18B (or 0xA5B18B) is unknown color: approx Green Spring. HEX triplet: A5, B1 and 8B. RGB value is (165,177,139). Sum of RGB (Red+Green+Blue) = 165+177+139=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B18B is #5A4E74. Grayscale: #A9A9A9. Windows color (decimal): -5918325 or 9154981. OLE color: 9154981.

HSL color Cylindrical-coordinate representation of color #A5B18B: hue angle of 78.95º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5B18B is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB165177139-
CMYK0.0700.210.31
HSL78.95º19.59%61.96%-
HSV(B)78.95º21.47%69.41%-
XYZ35.941.3130.51-
YUV169.08111.02125.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 177 (69.53% from 255) = 36.80%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=34.30%
G=36.80%
B=28.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651771390.0700.210.3178.9519.5961.96
HexA5B18B70151F4f143e
Octal2452612137025371172476
Binary10100101101100011000101111101010111111100111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B18B; }

 p { color: rgb(165,177,139); }

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

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

 a { background-color: rgb(165,177,139); }

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

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

 span { border-color: rgb(165,177,139); }

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