#989C52

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

Shades of Green Smoke #989C52

Tints of Green Smoke #989C52

Color information

#989C52 (or 0x989C52) is unknown color: approx Green Smoke. HEX triplet: 98, 9C and 52. RGB value is (152,156,82). Sum of RGB (Red+Green+Blue) = 152+156+82=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 156 - color contains mainly: green. Hex color #989C52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C52 is #6763AD. Grayscale: #929292. Windows color (decimal): -6775726 or 5414040. OLE color: 5414040.

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

Color convert

RGB15215682-
CMYK0.0300.470.39
HSL63.24º31.09%46.67%-
HSV(B)63.24º47.44%61.18%-
XYZ26.3631.0612.59-
YUV146.3791.67132.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=38.97%
G=40%
B=21.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152156820.0300.470.3963.2431.0946.67
Hex989C52302F273f1f2f
Octal230234122305747773757
Binary1001100010011100101001011010111110011111111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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