#979982

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

Shades of Lemon Grass #979982

Tints of Lemon Grass #979982

Color information

#979982 (or 0x979982) is unknown color: approx Lemon Grass. HEX triplet: 97, 99 and 82. RGB value is (151,153,130). Sum of RGB (Red+Green+Blue) = 151+153+130=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #979982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979982 is #68667D. Grayscale: #959595. Windows color (decimal): -6841982 or 8558999. OLE color: 8558999.

HSL color Cylindrical-coordinate representation of color #979982: hue angle of 65.22º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979982 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB151153130-
CMYK0.0100.150.4
HSL65.22º10.13%55.49%-
HSV(B)65.22º15.03%60%-
XYZ28.1830.9725.61-
YUV149.78116.84128.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=34.79%
G=35.25%
B=29.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511531300.0100.150.465.2210.1355.49
Hex97998210F2841a37
Octal2272312021017501011267
Binary10010111100110011000001010111110100010000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979982; }

 p { color: rgb(151,153,130); }

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

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

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

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

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

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

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