#959B55

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

Shades of Green Smoke #959B55

Tints of Green Smoke #959B55

Color information

#959B55 (or 0x959B55) is unknown color: approx Green Smoke. HEX triplet: 95, 9B and 55. RGB value is (149,155,85). Sum of RGB (Red+Green+Blue) = 149+155+85=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #959B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B55 is #6A64AA. Grayscale: #919191. Windows color (decimal): -6972587 or 5610389. OLE color: 5610389.

HSL color Cylindrical-coordinate representation of color #959B55: hue angle of 65.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #959B55 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB14915585-
CMYK0.0400.450.39
HSL65.14º29.17%47.06%-
HSV(B)65.14º45.16%60.78%-
XYZ25.7630.4913.12-
YUV145.2394.01130.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 85 (33.59% from 255) = 21.85%
R=38.30%
G=39.85%
B=21.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155850.0400.450.3965.1429.1747.06
Hex959B55402D27411d2f
Octal2252331254055471013557
Binary100101011001101110101011000101101100111100000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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