#A0B461

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

Shades of Green Smoke #A0B461

Tints of Green Smoke #A0B461

Color information

#A0B461 (or 0xA0B461) is unknown color: approx Green Smoke. HEX triplet: A0, B4 and 61. RGB value is (160,180,97). Sum of RGB (Red+Green+Blue) = 160+180+97=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B461 is #5F4B9E. Grayscale: #A4A4A4. Windows color (decimal): -6245279 or 6403232. OLE color: 6403232.

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

Color convert

RGB16018097-
CMYK0.1100.460.29
HSL74.46º35.62%54.31%-
HSV(B)74.46º46.11%70.59%-
XYZ32.9840.9817.48-
YUV164.5689.87124.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=36.61%
G=41.19%
B=22.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180970.1100.460.2974.4635.6254.31
HexA0B461B02E1D4a2436
Octal24026414113056351124466
Binary1010000010110100110000110110101110111011001010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B461; }

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

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

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

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

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

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

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

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