#A0B059

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

Shades of Green Smoke #A0B059

Tints of Green Smoke #A0B059

Color information

#A0B059 (or 0xA0B059) is unknown color: approx Green Smoke. HEX triplet: A0, B0 and 59. RGB value is (160,176,89). Sum of RGB (Red+Green+Blue) = 160+176+89=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B059 is #5F4FA6. Grayscale: #A1A1A1. Windows color (decimal): -6246311 or 5877920. OLE color: 5877920.

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

Color convert

RGB16017689-
CMYK0.0900.490.31
HSL71.03º35.51%51.96%-
HSV(B)71.03º49.43%69.02%-
XYZ31.8339.2515.35-
YUV161.387.2127.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.65%
GREEN value IS 176 (69.14% from 255) = 41.41%
BLUE value IS 89 (35.16% from 255) = 20.94%
R=37.65%
G=41.41%
B=20.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160176890.0900.490.3171.0335.5151.96
HexA0B05990311F472434
Octal24026013111061371074464
Binary1010000010110000101100110010110001111111000111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B059; }

 p { color: rgb(160,176,89); }

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

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

 a { background-color: rgb(160,176,89); }

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

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

 span { border-color: rgb(160,176,89); }

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