#959B51

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

Shades of Green Smoke #959B51

Tints of Green Smoke #959B51

Color information

#959B51 (or 0x959B51) is unknown color: approx Green Smoke. HEX triplet: 95, 9B and 51. RGB value is (149,155,81). Sum of RGB (Red+Green+Blue) = 149+155+81=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #959B51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B51 is #6A64AE. Grayscale: #919191. Windows color (decimal): -6972591 or 5348245. OLE color: 5348245.

HSL color Cylindrical-coordinate representation of color #959B51: hue angle of 64.86º 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 #959B51 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB14915581-
CMYK0.0400.480.39
HSL64.86º31.36%46.27%-
HSV(B)64.86º47.74%60.78%-
XYZ25.630.4312.31-
YUV144.7792.01131.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 155 (60.94% from 255) = 40.26%
BLUE value IS 81 (32.03% from 255) = 21.04%
R=38.70%
G=40.26%
B=21.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155810.0400.480.3964.8631.3646.27
Hex959B51403027411f2e
Octal2252331214060471013756
Binary100101011001101110100011000110000100111100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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