#A0B05F

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

Shades of Green Smoke #A0B05F

Tints of Green Smoke #A0B05F

Color information

#A0B05F (or 0xA0B05F) is unknown color: approx Green Smoke. HEX triplet: A0, B0 and 5F. RGB value is (160,176,95). Sum of RGB (Red+Green+Blue) = 160+176+95=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B05F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B05F is #5F4FA0. Grayscale: #A2A2A2. Windows color (decimal): -6246305 or 6271136. OLE color: 6271136.

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

Color convert

RGB16017695-
CMYK0.0900.460.31
HSL71.85º33.89%53.14%-
HSV(B)71.85º46.02%69.02%-
XYZ32.0939.3516.73-
YUV161.9890.2126.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 176 (69.14% from 255) = 40.84%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=37.12%
G=40.84%
B=22.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal160176950.0900.460.3171.8533.8953.14
HexA0B05F902E1F482235
Octal24026013711056371104265
Binary1010000010110000101111110010101110111111001000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B05F; }

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

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

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

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

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

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

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

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