#A1BA61

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

Shades of Green Smoke #A1BA61

Tints of Green Smoke #A1BA61

Color information

#A1BA61 (or 0xA1BA61) is unknown color: approx Green Smoke. HEX triplet: A1, BA and 61. RGB value is (161,186,97). Sum of RGB (Red+Green+Blue) = 161+186+97=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA61 is #5E459E. Grayscale: #A8A8A8. Windows color (decimal): -6178207 or 6404769. OLE color: 6404769.

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

Color convert

RGB16118697-
CMYK0.1300.480.27
HSL76.85º39.21%55.49%-
HSV(B)76.85º47.85%72.94%-
XYZ34.4143.5617.9-
YUV168.3887.72122.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.26%
GREEN value IS 186 (73.05% from 255) = 41.89%
BLUE value IS 97 (38.28% from 255) = 21.85%
R=36.26%
G=41.89%
B=21.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186970.1300.480.2776.8539.2155.49
HexA1BA61D0301B4d2737
Octal24127214115060331154767
Binary1010000110111010110000111010110000110111001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA61; }

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

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

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

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

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

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

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

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