#97978A

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

Shades of Lemon Grass #97978A

Tints of Lemon Grass #97978A

Color information

#97978A (or 0x97978A) is unknown color: approx Lemon Grass. HEX triplet: 97, 97 and 8A. RGB value is (151,151,138). Sum of RGB (Red+Green+Blue) = 151+151+138=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97978A is #686875. Grayscale: #959595. Windows color (decimal): -6842486 or 9082775. OLE color: 9082775.

HSL color Cylindrical-coordinate representation of color #97978A: hue angle of 60º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #97978A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151151138-
CMYK000.090.41
HSL60º5.88%56.67%-
HSV(B)60º8.61%59.22%-
XYZ28.4230.5528.44-
YUV149.52121.5129.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 151 (59.38% from 255) = 34.32%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=34.32%
G=34.32%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151151138000.090.41605.8856.67
Hex97978A009293c639
Octal22722721200115174671
Binary100101111001011110001010001001101001111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97978A; }

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

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

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

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

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

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

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

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