Html Css Color HEX #979794 Lemon Grass

📋 copy color: '#979794'

red 151 ◦ green 151 ◦ blue 148

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

Shades of Lemon Grass #979794

Tints of Lemon Grass #979794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.56%

 BLUE value IS 148 (58.2% from 255) = 32.89%

R = 33.56%
G = 33.56%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#979794 (or 0x979794) is known color: Lemon Grass. HEX triplet: 97, 97 and 94. RGB value is (151,151,148). Sum of RGB (Red+Green+Blue) = 151+151+148=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 148 (58.20% from 255 or 32.89% from 450); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979794 is #68686B. Grayscale: #969696. Windows color (decimal): -6842476 or 9738135. OLE color: 9738135.

HSL color Cylindrical-coordinate representation of color #979794: hue angle of 60º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #979794 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 148 -
CMYK 0 0 0.02 0.41
HSL 60º 0.01% 0.59% -
HSV(B) 60º 0.02% 0.59% -
XYZ 29.17 30.85 32.43 -
YUV 150.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 151 151 148 0 0 0.02 0.41 60 0.01 0.59
Hex 97 97 94 0 0 2 29 3C 1 3B
Octal 227 227 224 0 0 2 51 74 1 73
Binary 10010111 10010111 10010100 0 0 10 101001 111100 1 111011

Color Harmonies of #979794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979794

Black with #979794

Text Example


Text Example

White with #979794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979794; }

 p { color: rgb(151,151,148); }

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

background-color css

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

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

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

border-color css

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

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

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