#A5B56B

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

Shades of Green Smoke #A5B56B

Tints of Green Smoke #A5B56B

Color information

#A5B56B (or 0xA5B56B) is unknown color: approx Green Smoke. HEX triplet: A5, B5 and 6B. RGB value is (165,181,107). Sum of RGB (Red+Green+Blue) = 165+181+107=453 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.42% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B56B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B56B is #5A4A94. Grayscale: #A8A8A8. Windows color (decimal): -5917333 or 7058853. OLE color: 7058853.

HSL color Cylindrical-coordinate representation of color #A5B56B: hue angle of 72.97º degrees, saturation: 0.33, 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 #A5B56B is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB165181107-
CMYK0.0900.410.29
HSL72.97º33.33%56.47%-
HSV(B)72.97º40.88%70.98%-
XYZ34.6942.1120.21-
YUV167.7893.7126.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.42%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 107 (42.19% from 255) = 23.62%
R=36.42%
G=39.96%
B=23.62%

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
Decimal1651811070.0900.410.2972.9733.3356.47
HexA5B56B90291D492138
Octal24526515311051351114170
Binary1010010110110101110101110010101001111011001001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B56B; }

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

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

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

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

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

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

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

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