#979793

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

Shades of Lemon Grass #979793

Tints of Lemon Grass #979793

Color information

#979793 (or 0x979793) is unknown color: approx Lemon Grass. HEX triplet: 97, 97 and 93. RGB value is (151,151,147). Sum of RGB (Red+Green+Blue) = 151+151+147=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979793 is #68686C. Grayscale: #969696. Windows color (decimal): -6842477 or 9672599. OLE color: 9672599.

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

Color convert

RGB151151147-
CMYK000.030.41
HSL60º1.89%58.43%-
HSV(B)60º2.65%59.22%-
XYZ29.130.8232.02-
YUV150.54126128.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.63%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=33.63%
G=33.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151151147000.030.41601.8958.43
Hex979793003293c23a
Octal2272272230035174272
Binary100101111001011110010011001110100111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979793; }

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

 H1.HeaderClassName
 {
   color: #979793;
 }
 .AnyTagClassName
 {
   color: #979793;
 }
</style>
background-color css

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

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

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

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

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

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