#949C5D

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

Shades of Green Smoke #949C5D

Tints of Green Smoke #949C5D

Color information

#949C5D (or 0x949C5D) is unknown color: approx Green Smoke. HEX triplet: 94, 9C and 5D. RGB value is (148,156,93). Sum of RGB (Red+Green+Blue) = 148+156+93=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #949C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C5D is #6B63A2. Grayscale: #929292. Windows color (decimal): -7037859 or 6134932. OLE color: 6134932.

HSL color Cylindrical-coordinate representation of color #949C5D: hue angle of 67.62º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949C5D is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.39.

Color convert

RGB14815693-
CMYK0.0500.400.39
HSL67.62º25.3%48.82%-
HSV(B)67.62º40.38%61.18%-
XYZ26.0830.8614.94-
YUV146.4397.85129.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 156 (61.33% from 255) = 39.29%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=37.28%
G=39.29%
B=23.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156930.0500.400.3967.6225.348.82
Hex949C5D502827441931
Octal2242341355050471043161
Binary100101001001110010111011010101000100111100010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C5D; }

 p { color: rgb(148,156,93); }

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

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

 a { background-color: rgb(148,156,93); }

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

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

 span { border-color: rgb(148,156,93); }

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