#A0B159

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

Shades of Green Smoke #A0B159

Tints of Green Smoke #A0B159

Color information

#A0B159 (or 0xA0B159) is unknown color: approx Green Smoke. HEX triplet: A0, B1 and 59. RGB value is (160,177,89). Sum of RGB (Red+Green+Blue) = 160+177+89=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B159 is #5F4EA6. Grayscale: #A2A2A2. Windows color (decimal): -6246055 or 5878176. OLE color: 5878176.

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

Color convert

RGB16017789-
CMYK0.1000.500.31
HSL71.59º36.07%52.16%-
HSV(B)71.59º49.72%69.41%-
XYZ32.0239.6415.41-
YUV161.8886.87126.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 177 (69.53% from 255) = 41.55%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=37.56%
G=41.55%
B=20.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160177890.1000.500.3171.5936.0752.16
HexA0B159A0321F482434
Octal24026113112062371104464
Binary1010000010110001101100110100110010111111001000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B159; }

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

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

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

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

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

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

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

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