#989E5E

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

Shades of Green Smoke #989E5E

Tints of Green Smoke #989E5E

Color information

#989E5E (or 0x989E5E) is unknown color: approx Green Smoke. HEX triplet: 98, 9E and 5E. RGB value is (152,158,94). Sum of RGB (Red+Green+Blue) = 152+158+94=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #989E5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989E5E is #6761A1. Grayscale: #959595. Windows color (decimal): -6775202 or 6200984. OLE color: 6200984.

HSL color Cylindrical-coordinate representation of color #989E5E: hue angle of 65.62º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #989E5E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15215894-
CMYK0.0400.410.38
HSL65.62º25.4%49.41%-
HSV(B)65.62º40.51%61.96%-
XYZ27.231.9415.32-
YUV148.9197.01130.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.62%
GREEN value IS 158 (62.11% from 255) = 39.11%
BLUE value IS 94 (37.11% from 255) = 23.27%
R=37.62%
G=39.11%
B=23.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152158940.0400.410.3865.6225.449.41
Hex989E5E402926421931
Octal2302361364051461023161
Binary100110001001111010111101000101001100110100001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989E5E; }

 p { color: rgb(152,158,94); }

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

<style>
 a { background-color: #989E5E; }

 a { background-color: rgb(152,158,94); }

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

<style>
 span { border-color: #989E5E; }

 span { border-color: rgb(152,158,94); }

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