#A1B35E

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

Shades of Green Smoke #A1B35E

Tints of Green Smoke #A1B35E

Color information

#A1B35E (or 0xA1B35E) is unknown color: approx Green Smoke. HEX triplet: A1, B3 and 5E. RGB value is (161,179,94). Sum of RGB (Red+Green+Blue) = 161+179+94=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B35E is #5E4CA1. Grayscale: #A4A4A4. Windows color (decimal): -6180002 or 6206369. OLE color: 6206369.

HSL color Cylindrical-coordinate representation of color #A1B35E: hue angle of 72.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1B35E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB16117994-
CMYK0.1000.470.30
HSL72.71º35.86%53.53%-
HSV(B)72.71º47.49%70.2%-
XYZ32.8440.6316.7-
YUV163.9388.54125.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=37.10%
G=41.24%
B=21.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161179940.1000.470.3072.7135.8653.53
HexA1B35EA02F1E492436
Octal24126313612057361114466
Binary1010000110110011101111010100101111111101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B35E; }

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

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

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

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

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

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

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

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