Html Css Color HEX #989D5E Green Smoke

📋 copy color: '#989D5E'

red 152 ◦ green 157 ◦ blue 94

#989D5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Smoke #989D5E

Tints of Green Smoke #989D5E

RGB

 RED value IS 152 (59.77% from 255) = 37.72%

 GREEN value IS 157 (61.72% from 255) = 38.96%

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 37.72%
G = 38.96%
B = 23.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#989D5E (or 0x989D5E) is known color: Green Smoke. HEX triplet: 98, 9D and 5E. RGB value is (152,157,94). Sum of RGB (Red+Green+Blue) = 152+157+94=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #989D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989D5E is #6762A1. Grayscale: #949494. Windows color (decimal): -6775458 or 6200728. OLE color: 6200728.

HSL color Cylindrical-coordinate representation of color #989D5E: hue angle of 64.76º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #989D5E is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 152 157 94 -
CMYK 0.03 0 0.40 0.38
HSL 64.76º 0.25% 0.49% -
HSV(B) 64.76º 0.4% 0.62% -
XYZ 27.03 31.6 15.26 -
YUV 148.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 152 157 94 0.03 0 0.40 0.38 64.76 0.25 0.49
Hex 98 9D 5E 3 0 28 26 41 19 31
Octal 230 235 136 3 0 50 46 101 31 61
Binary 10011000 10011101 1011110 11 0 101000 100110 1000001 11001 110001

Color Harmonies of #989D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989D5E

Black with #989D5E

Text Example


Text Example

White with #989D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,157,94); }

 H1.HeaderClassName
 {
   color: #989D5E;
 }
 .AnyTagClassName
 {
   color: #989D5E;
 }
</style>

background-color css

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

 a { background-color: rgb(152,157,94); }

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

border-color css

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

 span { border-color: rgb(152,157,94); }

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