#989B55

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

Shades of Green Smoke #989B55

Tints of Green Smoke #989B55

Color information

#989B55 (or 0x989B55) is unknown color: approx Green Smoke. HEX triplet: 98, 9B and 55. RGB value is (152,155,85). Sum of RGB (Red+Green+Blue) = 152+155+85=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #989B55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989B55 is #6764AA. Grayscale: #929292. Windows color (decimal): -6775979 or 5610392. OLE color: 5610392.

HSL color Cylindrical-coordinate representation of color #989B55: hue angle of 62.57º 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 #989B55 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB15215585-
CMYK0.0200.450.39
HSL62.57º29.17%47.06%-
HSV(B)62.57º45.16%60.78%-
XYZ26.3130.7713.15-
YUV146.1293.51132.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.78%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=38.78%
G=39.54%
B=21.68%

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
Decimal152155850.0200.450.3962.5729.1747.06
Hex989B55202D273f1d2f
Octal230233125205547773557
Binary1001100010011011101010110010110110011111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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