#A0B861

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

Shades of Green Smoke #A0B861

Tints of Green Smoke #A0B861

Color information

#A0B861 (or 0xA0B861) is unknown color: approx Green Smoke. HEX triplet: A0, B8 and 61. RGB value is (160,184,97). Sum of RGB (Red+Green+Blue) = 160+184+97=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B861 is #5F479E. Grayscale: #A7A7A7. Windows color (decimal): -6244255 or 6404256. OLE color: 6404256.

HSL color Cylindrical-coordinate representation of color #A0B861: hue angle of 76.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0B861 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB16018497-
CMYK0.1300.470.28
HSL76.55º37.99%55.1%-
HSV(B)76.55º47.28%72.16%-
XYZ33.842.6217.75-
YUV166.9188.55123.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.28%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 97 (38.28% from 255) = 22.00%
R=36.28%
G=41.72%
B=22.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184970.1300.470.2876.5537.9955.1
HexA0B861D02F1C4d2637
Octal24027014115057341154667
Binary1010000010111000110000111010101111111001001101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B861; }

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

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

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

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

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

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

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

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