#A1B36A

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

Shades of Green Smoke #A1B36A

Tints of Green Smoke #A1B36A

Color information

#A1B36A (or 0xA1B36A) is unknown color: approx Green Smoke. HEX triplet: A1, B3 and 6A. RGB value is (161,179,106). Sum of RGB (Red+Green+Blue) = 161+179+106=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B36A is #5E4C95. Grayscale: #A5A5A5. Windows color (decimal): -6179990 or 6992801. OLE color: 6992801.

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

Color convert

RGB161179106-
CMYK0.1000.410.30
HSL74.79º32.44%55.88%-
HSV(B)74.79º40.78%70.2%-
XYZ33.4240.8619.76-
YUV165.394.54124.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 179 (70.31% from 255) = 40.13%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=36.10%
G=40.13%
B=23.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791060.1000.410.3074.7932.4455.88
HexA1B36AA0291E4b2038
Octal24126315212051361134070
Binary1010000110110011110101010100101001111101001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B36A; }

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

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

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

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

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

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

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

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