#A0B85F

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

Shades of Green Smoke #A0B85F

Tints of Green Smoke #A0B85F

Color information

#A0B85F (or 0xA0B85F) is unknown color: approx Green Smoke. HEX triplet: A0, B8 and 5F. RGB value is (160,184,95). Sum of RGB (Red+Green+Blue) = 160+184+95=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B85F is #5F47A0. Grayscale: #A7A7A7. Windows color (decimal): -6244257 or 6273184. OLE color: 6273184.

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

Color convert

RGB16018495-
CMYK0.1300.480.28
HSL76.18º38.53%54.71%-
HSV(B)76.18º48.37%72.16%-
XYZ33.742.5817.27-
YUV166.6887.55123.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.45%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=36.45%
G=41.91%
B=21.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184950.1300.480.2876.1838.5354.71
HexA0B85FD0301C4c2737
Octal24027013715060341144767
Binary1010000010111000101111111010110000111001001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B85F; }

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

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

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

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

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

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

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

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