#94A855

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

Shades of Green Smoke #94A855

Tints of Green Smoke #94A855

Color information

#94A855 (or 0x94A855) is unknown color: approx Green Smoke. HEX triplet: 94, A8 and 55. RGB value is (148,168,85). Sum of RGB (Red+Green+Blue) = 148+168+85=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #94A855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A855 is #6B57AA. Grayscale: #989898. Windows color (decimal): -7034795 or 5613716. OLE color: 5613716.

HSL color Cylindrical-coordinate representation of color #94A855: hue angle of 74.46º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94A855 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB14816885-
CMYK0.1200.490.34
HSL74.46º32.81%49.61%-
HSV(B)74.46º49.4%65.88%-
XYZ27.8634.9613.87-
YUV152.5689.87124.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 85 (33.59% from 255) = 21.20%
R=36.91%
G=41.90%
B=21.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148168850.1200.490.3474.4632.8149.61
Hex94A855C031224a2132
Octal22425012514061421124162
Binary10010100101010001010101110001100011000101001010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,168,85); }

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

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

 a { background-color: rgb(148,168,85); }

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

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

 span { border-color: rgb(148,168,85); }

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