#A1B15F

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

Shades of Green Smoke #A1B15F

Tints of Green Smoke #A1B15F

Color information

#A1B15F (or 0xA1B15F) is unknown color: approx Green Smoke. HEX triplet: A1, B1 and 5F. RGB value is (161,177,95). Sum of RGB (Red+Green+Blue) = 161+177+95=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B15F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B15F is #5E4EA0. Grayscale: #A3A3A3. Windows color (decimal): -6180513 or 6271393. OLE color: 6271393.

HSL color Cylindrical-coordinate representation of color #A1B15F: hue angle of 71.71º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1B15F is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB16117795-
CMYK0.0900.460.31
HSL71.71º34.45%53.33%-
HSV(B)71.71º46.33%69.41%-
XYZ32.4939.8516.81-
YUV162.8789.7126.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 177 (69.53% from 255) = 40.88%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=37.18%
G=40.88%
B=21.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177950.0900.460.3171.7134.4553.33
HexA1B15F902E1F482235
Octal24126113711056371104265
Binary1010000110110001101111110010101110111111001000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B15F; }

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

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

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

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

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

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

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

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