#A5B56E

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

Shades of Green Smoke #A5B56E

Tints of Green Smoke #A5B56E

Color information

#A5B56E (or 0xA5B56E) is unknown color: approx Green Smoke. HEX triplet: A5, B5 and 6E. RGB value is (165,181,110). Sum of RGB (Red+Green+Blue) = 165+181+110=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B56E is #5A4A91. Grayscale: #A8A8A8. Windows color (decimal): -5917330 or 7255461. OLE color: 7255461.

HSL color Cylindrical-coordinate representation of color #A5B56E: hue angle of 73.52º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5B56E is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB165181110-
CMYK0.0900.390.29
HSL73.52º32.42%57.06%-
HSV(B)73.52º39.23%70.98%-
XYZ34.8642.1721.05-
YUV168.1295.2125.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.18%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 110 (43.36% from 255) = 24.12%
R=36.18%
G=39.69%
B=24.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811100.0900.390.2973.5232.4257.06
HexA5B56E90271D4a2039
Octal24526515611047351124071
Binary1010010110110101110111010010100111111011001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B56E; }

 p { color: rgb(165,181,110); }

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

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

 a { background-color: rgb(165,181,110); }

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

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

 span { border-color: rgb(165,181,110); }

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