#A1B460

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

Shades of Green Smoke #A1B460

Tints of Green Smoke #A1B460

Color information

#A1B460 (or 0xA1B460) is unknown color: approx Green Smoke. HEX triplet: A1, B4 and 60. RGB value is (161,180,96). Sum of RGB (Red+Green+Blue) = 161+180+96=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B460 is #5E4B9F. Grayscale: #A5A5A5. Windows color (decimal): -6179744 or 6337697. OLE color: 6337697.

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

Color convert

RGB16118096-
CMYK0.1100.470.29
HSL73.57º35.9%54.12%-
HSV(B)73.57º46.67%70.59%-
XYZ33.1341.0617.25-
YUV164.7489.21125.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=36.84%
G=41.19%
B=21.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161180960.1100.470.2973.5735.954.12
HexA1B460B02F1D4a2436
Octal24126414013057351124466
Binary1010000110110100110000010110101111111011001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B460; }

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

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

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

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

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

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

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

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