#979794

Color #979794 Lemon Grass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Grass #979794

Tints of Lemon Grass #979794

Color information

#979794 (or 0x979794) is unknown color: approx 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

RGB151151148-
CMYK000.020.41
HSL60º1.42%58.63%-
HSV(B)60º1.99%59.22%-
XYZ29.1730.8532.43-
YUV150.66126.5128.24-

RGB Variations

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

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.20% from 255) = 32.89%
R=33.56%
G=33.56%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151151148000.020.41601.4258.63
Hex979794002293c13b
Octal2272272240025174173
Binary10010111100101111001010000101010011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>