#A0B35E

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

Shades of Green Smoke #A0B35E

Tints of Green Smoke #A0B35E

Color information

#A0B35E (or 0xA0B35E) is unknown color: approx Green Smoke. HEX triplet: A0, B3 and 5E. RGB value is (160,179,94). Sum of RGB (Red+Green+Blue) = 160+179+94=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B35E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B35E is #5F4CA1. Grayscale: #A3A3A3. Windows color (decimal): -6245538 or 6206368. OLE color: 6206368.

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

Color convert

RGB16017994-
CMYK0.1100.470.30
HSL73.41º35.86%53.53%-
HSV(B)73.41º47.49%70.2%-
XYZ32.6440.5216.69-
YUV163.6388.71125.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.95%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=36.95%
G=41.34%
B=21.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160179940.1100.470.3073.4135.8653.53
HexA0B35EB02F1E492436
Octal24026313613057361114466
Binary1010000010110011101111010110101111111101001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B35E; }

 p { color: rgb(160,179,94); }

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

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

 a { background-color: rgb(160,179,94); }

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

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

 span { border-color: rgb(160,179,94); }

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