#A4B75A

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

Shades of Green Smoke #A4B75A

Tints of Green Smoke #A4B75A

Color information

#A4B75A (or 0xA4B75A) is unknown color: approx Green Smoke. HEX triplet: A4, B7 and 5A. RGB value is (164,183,90). Sum of RGB (Red+Green+Blue) = 164+183+90=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 90 (35.55% from 255 or 20.59% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B75A is #5B48A5. Grayscale: #A7A7A7. Windows color (decimal): -5982374 or 5945252. OLE color: 5945252.

HSL color Cylindrical-coordinate representation of color #A4B75A: hue angle of 72.26º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4B75A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB16418390-
CMYK0.1000.510.28
HSL72.26º39.24%53.53%-
HSV(B)72.26º50.82%71.76%-
XYZ34.0942.516.08-
YUV166.7284.71126.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 90 (35.55% from 255) = 20.59%
R=37.53%
G=41.88%
B=20.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164183900.1000.510.2872.2639.2453.53
HexA4B75AA0331C482736
Octal24426713212063341104766
Binary1010010010110111101101010100110011111001001000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B75A; }

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

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

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

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

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

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

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

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