#A5B55E

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

Shades of Green Smoke #A5B55E

Tints of Green Smoke #A5B55E

Color information

#A5B55E (or 0xA5B55E) is unknown color: approx Green Smoke. HEX triplet: A5, B5 and 5E. RGB value is (165,181,94). Sum of RGB (Red+Green+Blue) = 165+181+94=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 94 (37.11% from 255 or 21.36% from 440); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B55E is #5A4AA1. Grayscale: #A6A6A6. Windows color (decimal): -5917346 or 6206885. OLE color: 6206885.

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

Color convert

RGB16518194-
CMYK0.0900.480.29
HSL71.03º37.02%53.92%-
HSV(B)71.03º48.07%70.98%-
XYZ34.0641.8616.87-
YUV166.387.2127.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 94 (37.11% from 255) = 21.36%
R=37.5%
G=41.14%
B=21.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165181940.0900.480.2971.0337.0253.92
HexA5B55E90301D472536
Octal24526513611060351074566
Binary1010010110110101101111010010110000111011000111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B55E; }

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

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

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

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

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

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

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

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