#949C54

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

Shades of Green Smoke #949C54

Tints of Green Smoke #949C54

Color information

#949C54 (or 0x949C54) is unknown color: approx Green Smoke. HEX triplet: 94, 9C and 54. RGB value is (148,156,84). Sum of RGB (Red+Green+Blue) = 148+156+84=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 84 (33.20% from 255 or 21.65% from 388); Max value from RGB is 156 - color contains mainly: green. Hex color #949C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949C54 is #6B63AB. Grayscale: #919191. Windows color (decimal): -7037868 or 5545108. OLE color: 5545108.

HSL color Cylindrical-coordinate representation of color #949C54: hue angle of 66.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #949C54 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB14815684-
CMYK0.0500.460.39
HSL66.67º30%47.06%-
HSV(B)66.67º46.15%61.18%-
XYZ25.730.7112.96-
YUV145.493.35129.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.14%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 84 (33.20% from 255) = 21.65%
R=38.14%
G=40.21%
B=21.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156840.0500.460.3966.673047.06
Hex949C54502E27431e2f
Octal2242341245056471033657
Binary100101001001110010101001010101110100111100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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