#A0B357

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

Shades of Green Smoke #A0B357

Tints of Green Smoke #A0B357

Color information

#A0B357 (or 0xA0B357) is unknown color: approx Green Smoke. HEX triplet: A0, B3 and 57. RGB value is (160,179,87). Sum of RGB (Red+Green+Blue) = 160+179+87=426 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.56% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B357 is #5F4CA8. Grayscale: #A3A3A3. Windows color (decimal): -6245545 or 5747616. OLE color: 5747616.

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

Color convert

RGB16017987-
CMYK0.1100.510.30
HSL72.39º37.7%52.16%-
HSV(B)72.39º51.4%70.2%-
XYZ32.3440.415.11-
YUV162.8385.21125.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.56%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=37.56%
G=42.02%
B=20.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160179870.1100.510.3072.3937.752.16
HexA0B357B0331E482634
Octal24026312713063361104664
Binary1010000010110011101011110110110011111101001000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B357; }

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

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

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

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

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

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

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

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