#A1B55D

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

Shades of Green Smoke #A1B55D

Tints of Green Smoke #A1B55D

Color information

#A1B55D (or 0xA1B55D) is unknown color: approx Green Smoke. HEX triplet: A1, B5 and 5D. RGB value is (161,181,93). Sum of RGB (Red+Green+Blue) = 161+181+93=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B55D is #5E4AA2. Grayscale: #A5A5A5. Windows color (decimal): -6179491 or 6141345. OLE color: 6141345.

HSL color Cylindrical-coordinate representation of color #A1B55D: hue angle of 73.64º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1B55D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB16118193-
CMYK0.1100.490.29
HSL73.64º37.29%53.73%-
HSV(B)73.64º48.62%70.98%-
XYZ33.241.4216.6-
YUV164.9987.37125.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=37.01%
G=41.61%
B=21.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161181930.1100.490.2973.6437.2953.73
HexA1B55DB0311D4a2536
Octal24126513513061351124566
Binary1010000110110101101110110110110001111011001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B55D; }

 p { color: rgb(161,181,93); }

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

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

 a { background-color: rgb(161,181,93); }

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

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

 span { border-color: rgb(161,181,93); }

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