#94A458

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

Shades of Green Smoke #94A458

Tints of Green Smoke #94A458

Color information

#94A458 (or 0x94A458) is unknown color: approx Green Smoke. HEX triplet: 94, A4 and 58. RGB value is (148,164,88). Sum of RGB (Red+Green+Blue) = 148+164+88=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #94A458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A458 is #6B5BA7. Grayscale: #969696. Windows color (decimal): -7035816 or 5809300. OLE color: 5809300.

HSL color Cylindrical-coordinate representation of color #94A458: hue angle of 72.63º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94A458 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB14816488-
CMYK0.1000.460.36
HSL72.63º30.16%49.41%-
HSV(B)72.63º46.34%64.31%-
XYZ27.2533.5514.27-
YUV150.5592.7126.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 88 (34.77% from 255) = 22%
R=37%
G=41%
B=22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal148164880.1000.460.3672.6330.1649.41
Hex94A458A02E24491e31
Octal22424413012056441113661
Binary1001010010100100101100010100101110100100100100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94A458; }

 p { color: rgb(148,164,88); }

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

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

 a { background-color: rgb(148,164,88); }

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

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

 span { border-color: rgb(148,164,88); }

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