#A4B760

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

Shades of Green Smoke #A4B760

Tints of Green Smoke #A4B760

Color information

#A4B760 (or 0xA4B760) is unknown color: approx Green Smoke. HEX triplet: A4, B7 and 60. RGB value is (164,183,96). Sum of RGB (Red+Green+Blue) = 164+183+96=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B760 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B760 is #5B489F. Grayscale: #A7A7A7. Windows color (decimal): -5982368 or 6338468. OLE color: 6338468.

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

Color convert

RGB16418396-
CMYK0.1000.480.28
HSL73.1º37.66%54.71%-
HSV(B)73.1º47.54%71.76%-
XYZ34.3542.617.48-
YUV167.487.71125.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 183 (71.88% from 255) = 41.31%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=37.02%
G=41.31%
B=21.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164183960.1000.480.2873.137.6654.71
HexA4B760A0301C492637
Octal24426714012060341114667
Binary1010010010110111110000010100110000111001001001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B760; }

 p { color: rgb(164,183,96); }

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

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

 a { background-color: rgb(164,183,96); }

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

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

 span { border-color: rgb(164,183,96); }

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