#A4B363

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

Shades of Green Smoke #A4B363

Tints of Green Smoke #A4B363

Color information

#A4B363 (or 0xA4B363) is unknown color: approx Green Smoke. HEX triplet: A4, B3 and 63. RGB value is (164,179,99). Sum of RGB (Red+Green+Blue) = 164+179+99=442 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.10% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B363 is #5B4C9C. Grayscale: #A5A5A5. Windows color (decimal): -5983389 or 6534052. OLE color: 6534052.

HSL color Cylindrical-coordinate representation of color #A4B363: hue angle of 71.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4B363 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB16417999-
CMYK0.0800.450.30
HSL71.25º34.48%54.51%-
HSV(B)71.25º44.69%70.2%-
XYZ33.6841.0317.95-
YUV165.490.53127-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.10%
GREEN value IS 179 (70.31% from 255) = 40.50%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=37.10%
G=40.50%
B=22.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164179990.0800.450.3071.2534.4854.51
HexA4B363802D1E472237
Octal24426314310055361074267
Binary1010010010110011110001110000101101111101000111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B363; }

 p { color: rgb(164,179,99); }

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

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

 a { background-color: rgb(164,179,99); }

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

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

 span { border-color: rgb(164,179,99); }

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