#A1B065

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

Shades of Green Smoke #A1B065

Tints of Green Smoke #A1B065

Color information

#A1B065 (or 0xA1B065) is unknown color: approx Green Smoke. HEX triplet: A1, B0 and 65. RGB value is (161,176,101). Sum of RGB (Red+Green+Blue) = 161+176+101=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 176 - color contains mainly: green. Hex color #A1B065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1B065 is #5E4F9A. Grayscale: #A3A3A3. Windows color (decimal): -6180763 or 6664353. OLE color: 6664353.

HSL color Cylindrical-coordinate representation of color #A1B065: hue angle of 72º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1B065 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB161176101-
CMYK0.0900.430.31
HSL72º32.19%54.31%-
HSV(B)72º42.61%69.02%-
XYZ32.5739.5718.23-
YUV162.9693.03126.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.76%
GREEN value IS 176 (69.14% from 255) = 40.18%
BLUE value IS 101 (39.84% from 255) = 23.06%
R=36.76%
G=40.18%
B=23.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611761010.0900.430.317232.1954.31
HexA1B065902B1F482036
Octal24126014511053371104066
Binary1010000110110000110010110010101011111111001000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B065; }

 p { color: rgb(161,176,101); }

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

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

 a { background-color: rgb(161,176,101); }

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

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

 span { border-color: rgb(161,176,101); }

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