Html Css Color HEX #979D50 Green Smoke

📋 copy color: '#979D50'

red 151 ◦ green 157 ◦ blue 80

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

Shades of Green Smoke #979D50

Tints of Green Smoke #979D50

RGB

 RED value IS 151 (59.38% from 255) = 38.92%

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

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 38.92%
G = 40.46%
B = 20.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#979D50 (or 0x979D50) is known color: Green Smoke. HEX triplet: 97, 9D and 50. RGB value is (151,157,80). Sum of RGB (Red+Green+Blue) = 151+157+80=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 157 - color contains mainly: green. Hex color #979D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D50 is #6862AF. Grayscale: #929292. Windows color (decimal): -6841008 or 5283223. OLE color: 5283223.

HSL color Cylindrical-coordinate representation of color #979D50: hue angle of 64.68º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #979D50 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 157 80 -
CMYK 0.04 0 0.49 0.38
HSL 64.68º 0.32% 0.46% -
HSV(B) 64.68º 0.49% 0.62% -
XYZ 26.27 31.27 12.24 -
YUV 146.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 151 157 80 0.04 0 0.49 0.38 64.68 0.32 0.46
Hex 97 9D 50 4 0 31 26 41 20 2E
Octal 227 235 120 4 0 61 46 101 40 56
Binary 10010111 10011101 1010000 100 0 110001 100110 1000001 100000 101110

Color Harmonies of #979D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979D50

Black with #979D50

Text Example


Text Example

White with #979D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979D50; }

 p { color: rgb(151,157,80); }

 H1.HeaderClassName
 {
   color: #979D50;
 }
 .AnyTagClassName
 {
   color: #979D50;
 }
</style>

background-color css

<style>
 a { background-color: #979D50; }

 a { background-color: rgb(151,157,80); }

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

border-color css

<style>
 span { border-color: #979D50; }

 span { border-color: rgb(151,157,80); }

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