#959C51

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

Shades of Green Smoke #959C51

Tints of Green Smoke #959C51

Color information

#959C51 (or 0x959C51) is unknown color: approx Green Smoke. HEX triplet: 95, 9C and 51. RGB value is (149,156,81). Sum of RGB (Red+Green+Blue) = 149+156+81=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 156 - color contains mainly: green. Hex color #959C51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959C51 is #6A63AE. Grayscale: #919191. Windows color (decimal): -6972335 or 5348501. OLE color: 5348501.

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

Color convert

RGB14915681-
CMYK0.0400.480.39
HSL65.6º31.65%46.47%-
HSV(B)65.6º48.08%61.18%-
XYZ25.7730.7612.36-
YUV145.3691.68130.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.60%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 81 (32.03% from 255) = 20.98%
R=38.60%
G=40.41%
B=20.98%

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
Decimal149156810.0400.480.3965.631.6546.47
Hex959C5140302742202e
Octal2252341214060471024056
Binary1001010110011100101000110001100001001111000010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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