#94A54C

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

Shades of Green Smoke #94A54C

Tints of Green Smoke #94A54C

Color information

#94A54C (or 0x94A54C) is unknown color: approx Green Smoke. HEX triplet: 94, A5 and 4C. RGB value is (148,165,76). Sum of RGB (Red+Green+Blue) = 148+165+76=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #94A54C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A54C is #6B5AB3. Grayscale: #969696. Windows color (decimal): -7035572 or 5023124. OLE color: 5023124.

HSL color Cylindrical-coordinate representation of color #94A54C: hue angle of 71.46º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94A54C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB14816576-
CMYK0.1000.540.35
HSL71.46º36.93%47.25%-
HSV(B)71.46º53.94%64.71%-
XYZ26.9733.7311.93-
YUV149.7786.37126.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.05%
GREEN value IS 165 (64.84% from 255) = 42.42%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=38.05%
G=42.42%
B=19.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal148165760.1000.540.3571.4636.9347.25
Hex94A54CA0362347252f
Octal22424511412066431074557
Binary10010100101001011001100101001101101000111000111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,165,76); }

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

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

 a { background-color: rgb(148,165,76); }

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

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

 span { border-color: rgb(148,165,76); }

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