#979988

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

Shades of Lemon Grass #979988

Tints of Lemon Grass #979988

Color information

#979988 (or 0x979988) is unknown color: approx Lemon Grass. HEX triplet: 97, 99 and 88. RGB value is (151,153,136). Sum of RGB (Red+Green+Blue) = 151+153+136=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #979988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979988 is #686677. Grayscale: #969696. Windows color (decimal): -6841976 or 8952215. OLE color: 8952215.

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

Color convert

RGB151153136-
CMYK0.0100.110.4
HSL67.06º7.69%56.67%-
HSV(B)67.06º11.11%60%-
XYZ28.631.1427.8-
YUV150.46119.84128.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=34.32%
G=34.77%
B=30.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511531360.0100.110.467.067.6956.67
Hex97998810B2843839
Octal2272312101013501031071
Binary10010111100110011000100010101110100010000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979988; }

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

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

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

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

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

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

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

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