#949B51

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

Shades of Green Smoke #949B51

Tints of Green Smoke #949B51

Color information

#949B51 (or 0x949B51) is unknown color: approx Green Smoke. HEX triplet: 94, 9B and 51. RGB value is (148,155,81). Sum of RGB (Red+Green+Blue) = 148+155+81=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #949B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B51 is #6B64AE. Grayscale: #909090. Windows color (decimal): -7038127 or 5348244. OLE color: 5348244.

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

Color convert

RGB14815581-
CMYK0.0500.480.39
HSL65.68º31.36%46.27%-
HSV(B)65.68º47.74%60.78%-
XYZ25.4230.3312.3-
YUV144.4792.18130.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.54%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 81 (32.03% from 255) = 21.09%
R=38.54%
G=40.36%
B=21.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148155810.0500.480.3965.6831.3646.27
Hex949B51503027421f2e
Octal2242331215060471023756
Binary100101001001101110100011010110000100111100001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,155,81); }

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

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

 a { background-color: rgb(148,155,81); }

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

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

 span { border-color: rgb(148,155,81); }

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