#A2B062

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

Shades of Green Smoke #A2B062

Tints of Green Smoke #A2B062

Color information

#A2B062 (or 0xA2B062) is unknown color: approx Green Smoke. HEX triplet: A2, B0 and 62. RGB value is (162,176,98). Sum of RGB (Red+Green+Blue) = 162+176+98=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2B062 is #5D4F9D. Grayscale: #A3A3A3. Windows color (decimal): -6115230 or 6467746. OLE color: 6467746.

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

Color convert

RGB16217698-
CMYK0.0800.440.31
HSL70.77º33.05%53.73%-
HSV(B)70.77º44.32%69.02%-
XYZ32.6339.6117.48-
YUV162.9291.36127.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.16%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=37.16%
G=40.37%
B=22.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176980.0800.440.3170.7733.0553.73
HexA2B062802C1F472136
Octal24226014210054371074166
Binary1010001010110000110001010000101100111111000111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B062; }

 p { color: rgb(162,176,98); }

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

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

 a { background-color: rgb(162,176,98); }

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

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

 span { border-color: rgb(162,176,98); }

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