#979881

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

Shades of Lemon Grass #979881

Tints of Lemon Grass #979881

Color information

#979881 (or 0x979881) is unknown color: approx Lemon Grass. HEX triplet: 97, 98 and 81. RGB value is (151,152,129). Sum of RGB (Red+Green+Blue) = 151+152+129=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #979881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979881 is #68677E. Grayscale: #959595. Windows color (decimal): -6842239 or 8493207. OLE color: 8493207.

HSL color Cylindrical-coordinate representation of color #979881: hue angle of 62.61º 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 #979881 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB151152129-
CMYK0.0100.150.40
HSL62.61º10.04%55.1%-
HSV(B)62.61º15.13%59.61%-
XYZ27.9530.6225.21-
YUV149.08116.67129.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.95%
GREEN value IS 152 (59.77% from 255) = 35.19%
BLUE value IS 129 (50.78% from 255) = 29.86%
R=34.95%
G=35.19%
B=29.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1511521290.0100.150.4062.6110.0455.1
Hex97988110F283fa37
Octal227230201101750771267
Binary1001011110011000100000011011111010001111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979881; }

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

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

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

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

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

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

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

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