#A0B25D

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

Shades of Green Smoke #A0B25D

Tints of Green Smoke #A0B25D

Color information

#A0B25D (or 0xA0B25D) is unknown color: approx Green Smoke. HEX triplet: A0, B2 and 5D. RGB value is (160,178,93). Sum of RGB (Red+Green+Blue) = 160+178+93=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 178 - color contains mainly: green. Hex color #A0B25D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0B25D is #5F4DA2. Grayscale: #A3A3A3. Windows color (decimal): -6245795 or 6140576. OLE color: 6140576.

HSL color Cylindrical-coordinate representation of color #A0B25D: hue angle of 72.71º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0B25D is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB16017893-
CMYK0.1000.480.30
HSL72.71º35.56%53.14%-
HSV(B)72.71º47.75%69.8%-
XYZ32.3940.116.39-
YUV162.9388.54125.91-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 178 (69.92% from 255) = 41.30%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=37.12%
G=41.30%
B=21.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160178930.1000.480.3072.7135.5653.14
HexA0B25DA0301E492435
Octal24026213512060361114465
Binary1010000010110010101110110100110000111101001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B25D; }

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

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

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

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

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

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

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

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