#A5B56A

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

Shades of Green Smoke #A5B56A

Tints of Green Smoke #A5B56A

Color information

#A5B56A (or 0xA5B56A) is unknown color: approx Green Smoke. HEX triplet: A5, B5 and 6A. RGB value is (165,181,106). Sum of RGB (Red+Green+Blue) = 165+181+106=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B56A is #5A4A95. Grayscale: #A7A7A7. Windows color (decimal): -5917334 or 6993317. OLE color: 6993317.

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

Color convert

RGB165181106-
CMYK0.0900.410.29
HSL72.8º33.63%56.27%-
HSV(B)72.8º41.44%70.98%-
XYZ34.6442.0919.93-
YUV167.6793.2126.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=36.50%
G=40.04%
B=23.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811060.0900.410.2972.833.6356.27
HexA5B56A90291D492238
Octal24526515211051351114270
Binary1010010110110101110101010010101001111011001001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B56A; }

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

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

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

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

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

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

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

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