#A4B85A

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

Shades of Green Smoke #A4B85A

Tints of Green Smoke #A4B85A

Color information

#A4B85A (or 0xA4B85A) is unknown color: approx Green Smoke. HEX triplet: A4, B8 and 5A. RGB value is (164,184,90). Sum of RGB (Red+Green+Blue) = 164+184+90=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B85A is #5B47A5. Grayscale: #A7A7A7. Windows color (decimal): -5982118 or 5945508. OLE color: 5945508.

HSL color Cylindrical-coordinate representation of color #A4B85A: hue angle of 72.77º degrees, saturation: 0.4, 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 #A4B85A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB16418490-
CMYK0.1100.510.28
HSL72.77º39.83%53.73%-
HSV(B)72.77º51.09%72.16%-
XYZ34.342.9116.15-
YUV167.384.37125.64-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.44%
GREEN value IS 184 (72.27% from 255) = 42.01%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=37.44%
G=42.01%
B=20.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164184900.1100.510.2872.7739.8353.73
HexA4B85AB0331C492836
Octal24427013213063341115066
Binary1010010010111000101101010110110011111001001001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B85A; }

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

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

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

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

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

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

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

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