#A1B26E

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

Shades of Green Smoke #A1B26E

Tints of Green Smoke #A1B26E

Color information

#A1B26E (or 0xA1B26E) is unknown color: approx Green Smoke. HEX triplet: A1, B2 and 6E. RGB value is (161,178,110). Sum of RGB (Red+Green+Blue) = 161+178+110=449 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.86% from 449); Green value is 178 (69.92% from 255 or 39.64% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B26E is #5E4D91. Grayscale: #A5A5A5. Windows color (decimal): -6180242 or 7254689. OLE color: 7254689.

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

Color convert

RGB161178110-
CMYK0.1000.380.30
HSL75º30.63%56.47%-
HSV(B)75º38.2%69.8%-
XYZ33.4340.5420.82-
YUV165.1696.87125.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.86%
GREEN value IS 178 (69.92% from 255) = 39.64%
BLUE value IS 110 (43.36% from 255) = 24.50%
R=35.86%
G=39.64%
B=24.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781100.1000.380.307530.6356.47
HexA1B26EA0261E4b1f38
Octal24126215612046361133770
Binary101000011011001011011101010010011011110100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B26E; }

 p { color: rgb(161,178,110); }

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

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

 a { background-color: rgb(161,178,110); }

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

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

 span { border-color: rgb(161,178,110); }

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