#A1B26D

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

Shades of Green Smoke #A1B26D

Tints of Green Smoke #A1B26D

Color information

#A1B26D (or 0xA1B26D) is unknown color: approx Green Smoke. HEX triplet: A1, B2 and 6D. RGB value is (161,178,109). Sum of RGB (Red+Green+Blue) = 161+178+109=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B26D is #5E4D92. Grayscale: #A5A5A5. Windows color (decimal): -6180243 or 7189153. OLE color: 7189153.

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

Color convert

RGB161178109-
CMYK0.1000.390.30
HSL74.78º30.94%56.27%-
HSV(B)74.78º38.76%69.8%-
XYZ33.3840.5220.53-
YUV165.0596.37125.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 109 (42.97% from 255) = 24.33%
R=35.94%
G=39.73%
B=24.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781090.1000.390.3074.7830.9456.27
HexA1B26DA0271E4b1f38
Octal24126215512047361133770
Binary101000011011001011011011010010011111110100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B26D; }

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

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

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

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

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

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

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

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