#A1B15E

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

Shades of Green Smoke #A1B15E

Tints of Green Smoke #A1B15E

Color information

#A1B15E (or 0xA1B15E) is unknown color: approx Green Smoke. HEX triplet: A1, B1 and 5E. RGB value is (161,177,94). Sum of RGB (Red+Green+Blue) = 161+177+94=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B15E is #5E4EA1. Grayscale: #A3A3A3. Windows color (decimal): -6180514 or 6205857. OLE color: 6205857.

HSL color Cylindrical-coordinate representation of color #A1B15E: hue angle of 71.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1B15E is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB16117794-
CMYK0.0900.470.31
HSL71.57º34.73%53.14%-
HSV(B)71.57º46.89%69.41%-
XYZ32.4439.8316.57-
YUV162.7589.2126.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 177 (69.53% from 255) = 40.97%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=37.27%
G=40.97%
B=21.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177940.0900.470.3171.5734.7353.14
HexA1B15E902F1F482335
Octal24126113611057371104365
Binary1010000110110001101111010010101111111111001000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B15E; }

 p { color: rgb(161,177,94); }

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

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

 a { background-color: rgb(161,177,94); }

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

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

 span { border-color: rgb(161,177,94); }

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