#989F59

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

Shades of Green Smoke #989F59

Tints of Green Smoke #989F59

Color information

#989F59 (or 0x989F59) is unknown color: approx Green Smoke. HEX triplet: 98, 9F and 59. RGB value is (152,159,89). Sum of RGB (Red+Green+Blue) = 152+159+89=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 159 - color contains mainly: green. Hex color #989F59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989F59 is #6760A6. Grayscale: #959595. Windows color (decimal): -6774951 or 5873560. OLE color: 5873560.

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

Color convert

RGB15215989-
CMYK0.0400.440.38
HSL66º28.23%48.63%-
HSV(B)66º44.03%62.35%-
XYZ27.1532.1914.23-
YUV148.9394.18130.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 159 (62.5% from 255) = 39.75%
BLUE value IS 89 (35.16% from 255) = 22.25%
R=38%
G=39.75%
B=22.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152159890.0400.440.386628.2348.63
Hex989F59402C26421c31
Octal2302371314054461023461
Binary100110001001111110110011000101100100110100001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,159,89); }

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

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

 a { background-color: rgb(152,159,89); }

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

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

 span { border-color: rgb(152,159,89); }

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