#979880

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

Shades of Lemon Grass #979880

Tints of Lemon Grass #979880

Color information

#979880 (or 0x979880) is unknown color: approx Lemon Grass. HEX triplet: 97, 98 and 80. RGB value is (151,152,128). Sum of RGB (Red+Green+Blue) = 151+152+128=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 152 - color contains mainly: green. Hex color #979880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979880 is #68677F. Grayscale: #959595. Windows color (decimal): -6842240 or 8427671. OLE color: 8427671.

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

Color convert

RGB151152128-
CMYK0.0100.160.40
HSL62.5º10.43%54.9%-
HSV(B)62.5º15.79%59.61%-
XYZ27.8930.5924.86-
YUV148.96116.17129.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=35.03%
G=35.27%
B=29.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511521280.0100.160.4062.510.4354.9
Hex9798801010283ea37
Octal227230200102050761267
Binary10010111100110001000000010100001010001111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979880; }

 p { color: rgb(151,152,128); }

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

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

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

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

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

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

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