#A1BA5B

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

Shades of Green Smoke #A1BA5B

Tints of Green Smoke #A1BA5B

Color information

#A1BA5B (or 0xA1BA5B) is unknown color: approx Green Smoke. HEX triplet: A1, BA and 5B. RGB value is (161,186,91). Sum of RGB (Red+Green+Blue) = 161+186+91=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA5B is #5E45A4. Grayscale: #A8A8A8. Windows color (decimal): -6178213 or 6011553. OLE color: 6011553.

HSL color Cylindrical-coordinate representation of color #A1BA5B: hue angle of 75.79º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1BA5B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB16118691-
CMYK0.1300.510.27
HSL75.79º40.77%54.31%-
HSV(B)75.79º51.08%72.94%-
XYZ34.1543.4516.48-
YUV167.6984.72123.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=36.76%
G=42.47%
B=20.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186910.1300.510.2775.7940.7754.31
HexA1BA5BD0331B4c2936
Octal24127213315063331145166
Binary1010000110111010101101111010110011110111001100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA5B; }

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

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

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

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

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

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

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

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