#979792

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

Shades of Lemon Grass #979792

Tints of Lemon Grass #979792

Color information

#979792 (or 0x979792) is unknown color: approx Lemon Grass. HEX triplet: 97, 97 and 92. RGB value is (151,151,146). Sum of RGB (Red+Green+Blue) = 151+151+146=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979792 is #68686D. Grayscale: #969696. Windows color (decimal): -6842478 or 9607063. OLE color: 9607063.

HSL color Cylindrical-coordinate representation of color #979792: 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 #979792 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB151151146-
CMYK000.030.41
HSL60º2.35%58.24%-
HSV(B)60º3.31%59.22%-
XYZ29.0230.7931.61-
YUV150.43125.5128.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.71%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=33.71%
G=33.71%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151151146000.030.41602.3558.24
Hex979792003293c23a
Octal2272272220035174272
Binary100101111001011110010010001110100111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979792; }

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

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

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

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

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

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

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

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