#A1B159

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

Shades of Green Smoke #A1B159

Tints of Green Smoke #A1B159

Color information

#A1B159 (or 0xA1B159) is unknown color: approx Green Smoke. HEX triplet: A1, B1 and 59. RGB value is (161,177,89). Sum of RGB (Red+Green+Blue) = 161+177+89=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B159 is #5E4EA6. Grayscale: #A2A2A2. Windows color (decimal): -6180519 or 5878177. OLE color: 5878177.

HSL color Cylindrical-coordinate representation of color #A1B159: hue angle of 70.91º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1B159 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB16117789-
CMYK0.0900.500.31
HSL70.91º36.07%52.16%-
HSV(B)70.91º49.72%69.41%-
XYZ32.2239.7415.42-
YUV162.1886.7127.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.70%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 89 (35.16% from 255) = 20.84%
R=37.70%
G=41.45%
B=20.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177890.0900.500.3170.9136.0752.16
HexA1B15990321F472434
Octal24126113111062371074464
Binary1010000110110001101100110010110010111111000111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B159; }

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

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

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

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

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

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

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

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