#A2B35F

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

Shades of Green Smoke #A2B35F

Tints of Green Smoke #A2B35F

Color information

#A2B35F (or 0xA2B35F) is unknown color: approx Green Smoke. HEX triplet: A2, B3 and 5F. RGB value is (162,179,95). Sum of RGB (Red+Green+Blue) = 162+179+95=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B35F is #5D4CA0. Grayscale: #A4A4A4. Windows color (decimal): -6114465 or 6271906. OLE color: 6271906.

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

Color convert

RGB16217995-
CMYK0.0900.470.30
HSL72.14º35.59%53.73%-
HSV(B)72.14º46.93%70.2%-
XYZ33.0940.7516.95-
YUV164.3488.87126.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 179 (70.31% from 255) = 41.06%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=37.16%
G=41.06%
B=21.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162179950.0900.470.3072.1435.5953.73
HexA2B35F902F1E482436
Octal24226313711057361104466
Binary1010001010110011101111110010101111111101001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B35F; }

 p { color: rgb(162,179,95); }

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

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

 a { background-color: rgb(162,179,95); }

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

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

 span { border-color: rgb(162,179,95); }

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