#A0B463

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

Shades of Green Smoke #A0B463

Tints of Green Smoke #A0B463

Color information

#A0B463 (or 0xA0B463) is unknown color: approx Green Smoke. HEX triplet: A0, B4 and 63. RGB value is (160,180,99). Sum of RGB (Red+Green+Blue) = 160+180+99=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B463 is #5F4B9C. Grayscale: #A5A5A5. Windows color (decimal): -6245277 or 6534304. OLE color: 6534304.

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

Color convert

RGB16018099-
CMYK0.1100.450.29
HSL74.81º35.06%54.71%-
HSV(B)74.81º45%70.59%-
XYZ33.0741.0217.98-
YUV164.7990.87124.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=36.45%
G=41.00%
B=22.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180990.1100.450.2974.8135.0654.71
HexA0B463B02D1D4b2337
Octal24026414313055351134367
Binary1010000010110100110001110110101101111011001011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B463; }

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

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

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

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

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

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

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

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