Html Css Color HEX #989C5D Green Smoke

📋 copy color: '#989C5D'

red 152 ◦ green 156 ◦ blue 93

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

Shades of Green Smoke #989C5D

Tints of Green Smoke #989C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 37.91%
G = 38.9%
B = 23.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#989C5D (or 0x989C5D) is known color: Green Smoke. HEX triplet: 98, 9C and 5D. RGB value is (152,156,93). Sum of RGB (Red+Green+Blue) = 152+156+93=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #989C5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989C5D is #6763A2. Grayscale: #939393. Windows color (decimal): -6775715 or 6134936. OLE color: 6134936.

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

Color convert

RGB 152 156 93 -
CMYK 0.03 0 0.40 0.39
HSL 63.81º 0.25% 0.49% -
HSV(B) 63.81º 0.4% 0.61% -
XYZ 26.81 31.24 14.97 -
YUV 147.62 97.17 131.12 -
System Red Green Blue C M Y K H S L
Decimal 152 156 93 0.03 0 0.40 0.39 63.81 0.25 0.49
Hex 98 9C 5D 3 0 28 27 40 19 31
Octal 230 234 135 3 0 50 47 100 31 61
Binary 10011000 10011100 1011101 11 0 101000 100111 1000000 11001 110001

Color Harmonies of #989C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989C5D

Black with #989C5D

Text Example


Text Example

White with #989C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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