#989B52

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

Shades of Green Smoke #989B52

Tints of Green Smoke #989B52

Color information

#989B52 (or 0x989B52) is unknown color: approx Green Smoke. HEX triplet: 98, 9B and 52. RGB value is (152,155,82). Sum of RGB (Red+Green+Blue) = 152+155+82=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #989B52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B52 is #6764AD. Grayscale: #929292. Windows color (decimal): -6775982 or 5413784. OLE color: 5413784.

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

Color convert

RGB15215582-
CMYK0.0200.470.39
HSL62.47º30.8%46.47%-
HSV(B)62.47º47.1%60.78%-
XYZ26.1930.7312.53-
YUV145.7892.01132.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=39.07%
G=39.85%
B=21.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152155820.0200.470.3962.4730.846.47
Hex989B52202F273e1f2e
Octal230233122205747763756
Binary1001100010011011101001010010111110011111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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