#A3B95E

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

Shades of Green Smoke #A3B95E

Tints of Green Smoke #A3B95E

Color information

#A3B95E (or 0xA3B95E) is unknown color: approx Green Smoke. HEX triplet: A3, B9 and 5E. RGB value is (163,185,94). Sum of RGB (Red+Green+Blue) = 163+185+94=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 94 (37.11% from 255 or 21.27% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B95E is #5C46A1. Grayscale: #A8A8A8. Windows color (decimal): -6047394 or 6207907. OLE color: 6207907.

HSL color Cylindrical-coordinate representation of color #A3B95E: hue angle of 74.51º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3B95E is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB16318594-
CMYK0.1200.490.27
HSL74.51º39.39%54.71%-
HSV(B)74.51º49.19%72.55%-
XYZ34.4743.2917.13-
YUV168.0586.21124.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 185 (72.66% from 255) = 41.86%
BLUE value IS 94 (37.11% from 255) = 21.27%
R=36.88%
G=41.86%
B=21.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163185940.1200.490.2774.5139.3954.71
HexA3B95EC0311B4b2737
Octal24327113614061331134767
Binary1010001110111001101111011000110001110111001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B95E; }

 p { color: rgb(163,185,94); }

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

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

 a { background-color: rgb(163,185,94); }

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

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

 span { border-color: rgb(163,185,94); }

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