#989b56

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

Shades of Green Smoke #989B56

Tints of Green Smoke #989B56

Color information

#989B56 (or 0x989B56) is unknown color: approx Green Smoke. HEX triplet: 98, 9B and 56. RGB value is (152,155,86). Sum of RGB (Red+Green+Blue) = 152+155+86=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 86 (33.98% from 255 or 21.88% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #989B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B56 is #6764A9. Grayscale: #929292. Windows color (decimal): -6775978 or 5675928. OLE color: 5675928.

HSL color Cylindrical-coordinate representation of color #989B56: hue angle of 62.61º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #989B56 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15215586-
CMYK0.0200.450.39
HSL62.61º28.63%47.25%-
HSV(B)62.61º44.52%60.78%-
XYZ26.3530.7913.36-
YUV146.2494.01132.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.68%
GREEN value IS 155 (60.94% from 255) = 39.44%
BLUE value IS 86 (33.98% from 255) = 21.88%
R=38.68%
G=39.44%
B=21.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152155860.0200.450.3962.6128.6347.25
Hex989B56202D273f1d2f
Octal230233126205547773557
Binary1001100010011011101011010010110110011111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989b56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,155,86); }

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

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

 a { background-color: rgb(152,155,86); }

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

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

 span { border-color: rgb(152,155,86); }

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