#A1B15B

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

Shades of Green Smoke #A1B15B

Tints of Green Smoke #A1B15B

Color information

#A1B15B (or 0xA1B15B) is unknown color: approx Green Smoke. HEX triplet: A1, B1 and 5B. RGB value is (161,177,91). Sum of RGB (Red+Green+Blue) = 161+177+91=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 91 (35.94% from 255 or 21.21% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B15B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B15B is #5E4EA4. Grayscale: #A2A2A2. Windows color (decimal): -6180517 or 6009249. OLE color: 6009249.

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

Color convert

RGB16117791-
CMYK0.0900.490.31
HSL71.16º35.54%52.55%-
HSV(B)71.16º48.59%69.41%-
XYZ32.3139.7815.87-
YUV162.4187.7126.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.53%
GREEN value IS 177 (69.53% from 255) = 41.26%
BLUE value IS 91 (35.94% from 255) = 21.21%
R=37.53%
G=41.26%
B=21.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161177910.0900.490.3171.1635.5452.55
HexA1B15B90311F472435
Octal24126113311061371074465
Binary1010000110110001101101110010110001111111000111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B15B; }

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

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

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

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

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

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

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

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