#959B52

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

Shades of Green Smoke #959B52

Tints of Green Smoke #959B52

Color information

#959B52 (or 0x959B52) is unknown color: approx Green Smoke. HEX triplet: 95, 9B and 52. RGB value is (149,155,82). Sum of RGB (Red+Green+Blue) = 149+155+82=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 155 - color contains mainly: green. Hex color #959B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B52 is #6A64AD. Grayscale: #919191. Windows color (decimal): -6972590 or 5413781. OLE color: 5413781.

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

Color convert

RGB14915582-
CMYK0.0400.470.39
HSL64.93º30.8%46.47%-
HSV(B)64.93º47.1%60.78%-
XYZ25.6430.4412.51-
YUV144.8892.51130.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 82 (32.42% from 255) = 21.24%
R=38.60%
G=40.16%
B=21.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155820.0400.470.3964.9330.846.47
Hex959B52402F27411f2e
Octal2252331224057471013756
Binary100101011001101110100101000101111100111100000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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