#A4B354

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

Shades of Green Smoke #A4B354

Tints of Green Smoke #A4B354

Color information

#A4B354 (or 0xA4B354) is unknown color: approx Green Smoke. HEX triplet: A4, B3 and 54. RGB value is (164,179,84). Sum of RGB (Red+Green+Blue) = 164+179+84=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 179 - color contains mainly: green. Hex color #A4B354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B354 is #5B4CAB. Grayscale: #A4A4A4. Windows color (decimal): -5983404 or 5551012. OLE color: 5551012.

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

Color convert

RGB16417984-
CMYK0.0800.530.30
HSL69.47º38.46%51.57%-
HSV(B)69.47º53.07%70.2%-
XYZ33.0340.7714.52-
YUV163.6883.03128.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.41%
GREEN value IS 179 (70.31% from 255) = 41.92%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=38.41%
G=41.92%
B=19.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164179840.0800.530.3069.4738.4651.57
HexA4B35480351E452634
Octal24426312410065361054664
Binary1010010010110011101010010000110101111101000101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B354; }

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

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

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

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

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

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

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

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