#A2B265

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

Shades of Green Smoke #A2B265

Tints of Green Smoke #A2B265

Color information

#A2B265 (or 0xA2B265) is unknown color: approx Green Smoke. HEX triplet: A2, B2 and 65. RGB value is (162,178,101). Sum of RGB (Red+Green+Blue) = 162+178+101=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B265 is #5D4D9A. Grayscale: #A4A4A4. Windows color (decimal): -6114715 or 6664866. OLE color: 6664866.

HSL color Cylindrical-coordinate representation of color #A2B265: hue angle of 72.47º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2B265 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB162178101-
CMYK0.0900.430.30
HSL72.47º33.33%54.71%-
HSV(B)72.47º43.26%69.8%-
XYZ33.1740.4618.37-
YUV164.4492.2126.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=36.73%
G=40.36%
B=22.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621781010.0900.430.3072.4733.3354.71
HexA2B265902B1E482137
Octal24226214511053361104167
Binary1010001010110010110010110010101011111101001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B265; }

 p { color: rgb(162,178,101); }

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

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

 a { background-color: rgb(162,178,101); }

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

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

 span { border-color: rgb(162,178,101); }

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