#A4B25A

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

Shades of Green Smoke #A4B25A

Tints of Green Smoke #A4B25A

Color information

#A4B25A (or 0xA4B25A) is unknown color: approx Green Smoke. HEX triplet: A4, B2 and 5A. RGB value is (164,178,90). Sum of RGB (Red+Green+Blue) = 164+178+90=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4B25A is #5B4DA5. Grayscale: #A4A4A4. Windows color (decimal): -5983654 or 5943972. OLE color: 5943972.

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

Color convert

RGB16417890-
CMYK0.0800.490.30
HSL69.55º36.36%52.55%-
HSV(B)69.55º49.44%69.8%-
XYZ33.0840.4715.74-
YUV163.7886.36128.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.96%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=37.96%
G=41.20%
B=20.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164178900.0800.490.3069.5536.3652.55
HexA4B25A80311E462435
Octal24426213210061361064465
Binary1010010010110010101101010000110001111101000110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B25A; }

 p { color: rgb(164,178,90); }

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

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

 a { background-color: rgb(164,178,90); }

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

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

 span { border-color: rgb(164,178,90); }

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