#A1BA59

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

Shades of Green Smoke #A1BA59

Tints of Green Smoke #A1BA59

Color information

#A1BA59 (or 0xA1BA59) is unknown color: approx Green Smoke. HEX triplet: A1, BA and 59. RGB value is (161,186,89). Sum of RGB (Red+Green+Blue) = 161+186+89=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 89 (35.16% from 255 or 20.41% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA59 is #5E45A6. Grayscale: #A7A7A7. Windows color (decimal): -6178215 or 5880481. OLE color: 5880481.

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

Color convert

RGB16118689-
CMYK0.1300.520.27
HSL75.46º41.28%53.92%-
HSV(B)75.46º52.15%72.94%-
XYZ34.0643.4216.04-
YUV167.4783.72123.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.93%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 89 (35.16% from 255) = 20.41%
R=36.93%
G=42.66%
B=20.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186890.1300.520.2775.4641.2853.92
HexA1BA59D0341B4b2936
Octal24127213115064331135166
Binary1010000110111010101100111010110100110111001011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA59; }

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

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

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

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

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

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

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

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