#A1BA60

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

Shades of Green Smoke #A1BA60

Tints of Green Smoke #A1BA60

Color information

#A1BA60 (or 0xA1BA60) is unknown color: approx Green Smoke. HEX triplet: A1, BA and 60. RGB value is (161,186,96). Sum of RGB (Red+Green+Blue) = 161+186+96=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA60 is #5E459F. Grayscale: #A8A8A8. Windows color (decimal): -6178208 or 6339233. OLE color: 6339233.

HSL color Cylindrical-coordinate representation of color #A1BA60: hue angle of 76.67º 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 #A1BA60 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB16118696-
CMYK0.1300.480.27
HSL76.67º39.47%55.29%-
HSV(B)76.67º48.39%72.94%-
XYZ34.3743.5417.66-
YUV168.2687.22122.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=36.34%
G=41.99%
B=21.67%

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
Decimal161186960.1300.480.2776.6739.4755.29
HexA1BA60D0301B4d2737
Octal24127214015060331154767
Binary1010000110111010110000011010110000110111001101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA60; }

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

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

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

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

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

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

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

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