#94A84D

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

Shades of Green Smoke #94A84D

Tints of Green Smoke #94A84D

Color information

#94A84D (or 0x94A84D) is unknown color: approx Green Smoke. HEX triplet: 94, A8 and 4D. RGB value is (148,168,77). Sum of RGB (Red+Green+Blue) = 148+168+77=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #94A84D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A84D is #6B57B2. Grayscale: #979797. Windows color (decimal): -7034803 or 5089428. OLE color: 5089428.

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

Color convert

RGB14816877-
CMYK0.1200.540.34
HSL73.19º37.14%48.04%-
HSV(B)73.19º54.17%65.88%-
XYZ27.5534.8412.29-
YUV151.6585.87125.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 168 (66.02% from 255) = 42.75%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=37.66%
G=42.75%
B=19.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148168770.1200.540.3473.1937.1448.04
Hex94A84DC03622492530
Octal22425011514066421114560
Binary10010100101010001001101110001101101000101001001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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