#A1B462

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

Shades of Green Smoke #A1B462

Tints of Green Smoke #A1B462

Color information

#A1B462 (or 0xA1B462) is unknown color: approx Green Smoke. HEX triplet: A1, B4 and 62. RGB value is (161,180,98). Sum of RGB (Red+Green+Blue) = 161+180+98=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B462 is #5E4B9D. Grayscale: #A5A5A5. Windows color (decimal): -6179742 or 6468769. OLE color: 6468769.

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

Color convert

RGB16118098-
CMYK0.1100.460.29
HSL73.9º35.34%54.51%-
HSV(B)73.9º45.56%70.59%-
XYZ33.2241.117.74-
YUV164.9790.21125.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.67%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=36.67%
G=41.00%
B=22.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161180980.1100.460.2973.935.3454.51
HexA1B462B02E1D4a2337
Octal24126414213056351124367
Binary1010000110110100110001010110101110111011001010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B462; }

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

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

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

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

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

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

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

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