#A3B75F

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

Shades of Green Smoke #A3B75F

Tints of Green Smoke #A3B75F

Color information

#A3B75F (or 0xA3B75F) is unknown color: approx Green Smoke. HEX triplet: A3, B7 and 5F. RGB value is (163,183,95). Sum of RGB (Red+Green+Blue) = 163+183+95=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #A3B75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3B75F is #5C48A0. Grayscale: #A7A7A7. Windows color (decimal): -6047905 or 6272931. OLE color: 6272931.

HSL color Cylindrical-coordinate representation of color #A3B75F: hue angle of 73.64º degrees, saturation: 0.38, 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 #A3B75F is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB16318395-
CMYK0.1100.480.28
HSL73.64º37.93%54.51%-
HSV(B)73.64º48.09%71.76%-
XYZ34.142.4817.23-
YUV166.9987.37125.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.96%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=36.96%
G=41.50%
B=21.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal163183950.1100.480.2873.6437.9354.51
HexA3B75FB0301C4a2637
Octal24326713713060341124667
Binary1010001110110111101111110110110000111001001010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B75F; }

 p { color: rgb(163,183,95); }

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

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

 a { background-color: rgb(163,183,95); }

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

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

 span { border-color: rgb(163,183,95); }

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