#A1B461

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

Shades of Green Smoke #A1B461

Tints of Green Smoke #A1B461

Color information

#A1B461 (or 0xA1B461) is unknown color: approx Green Smoke. HEX triplet: A1, B4 and 61. RGB value is (161,180,97). Sum of RGB (Red+Green+Blue) = 161+180+97=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1B461 is #5E4B9E. Grayscale: #A5A5A5. Windows color (decimal): -6179743 or 6403233. OLE color: 6403233.

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

Color convert

RGB16118097-
CMYK0.1100.460.29
HSL73.73º35.62%54.31%-
HSV(B)73.73º46.11%70.59%-
XYZ33.1841.0817.49-
YUV164.8689.71125.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 180 (70.70% from 255) = 41.10%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=36.76%
G=41.10%
B=22.15%

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
Decimal161180970.1100.460.2973.7335.6254.31
HexA1B461B02E1D4a2436
Octal24126414113056351124466
Binary1010000110110100110000110110101110111011001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B461; }

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

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

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

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

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

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

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

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