#96AE5D

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

Shades of Green Smoke #96AE5D

Tints of Green Smoke #96AE5D

Color information

#96AE5D (or 0x96AE5D) is unknown color: approx Green Smoke. HEX triplet: 96, AE and 5D. RGB value is (150,174,93). Sum of RGB (Red+Green+Blue) = 150+174+93=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AE5D is #6951A2. Grayscale: #9D9D9D. Windows color (decimal): -6902179 or 6139542. OLE color: 6139542.

HSL color Cylindrical-coordinate representation of color #96AE5D: hue angle of 77.78º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96AE5D is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB15017493-
CMYK0.1400.470.32
HSL77.78º33.33%52.35%-
HSV(B)77.78º46.55%68.24%-
XYZ29.6937.5516.04-
YUV157.5991.55122.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 174 (68.36% from 255) = 41.73%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=35.97%
G=41.73%
B=22.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174930.1400.470.3277.7833.3352.35
Hex96AE5DE02F204e2134
Octal22625613516057401164164
Binary10010110101011101011101111001011111000001001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96AE5D; }

 p { color: rgb(150,174,93); }

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

<style>
 a { background-color: #96AE5D; }

 a { background-color: rgb(150,174,93); }

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

<style>
 span { border-color: #96AE5D; }

 span { border-color: rgb(150,174,93); }

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