#A0B45D

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

Shades of Green Smoke #A0B45D

Tints of Green Smoke #A0B45D

Color information

#A0B45D (or 0xA0B45D) is unknown color: approx Green Smoke. HEX triplet: A0, B4 and 5D. RGB value is (160,180,93). Sum of RGB (Red+Green+Blue) = 160+180+93=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B45D is #5F4BA2. Grayscale: #A4A4A4. Windows color (decimal): -6245283 or 6141088. OLE color: 6141088.

HSL color Cylindrical-coordinate representation of color #A0B45D: hue angle of 73.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0B45D is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB16018093-
CMYK0.1100.480.29
HSL73.79º36.71%53.53%-
HSV(B)73.79º48.33%70.59%-
XYZ32.7940.9116.52-
YUV164.187.87125.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 93 (36.72% from 255) = 21.48%
R=36.95%
G=41.57%
B=21.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180930.1100.480.2973.7936.7153.53
HexA0B45DB0301D4a2536
Octal24026413513060351124566
Binary1010000010110100101110110110110000111011001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B45D; }

 p { color: rgb(160,180,93); }

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

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

 a { background-color: rgb(160,180,93); }

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

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

 span { border-color: rgb(160,180,93); }

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