#97998A

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

Shades of Lemon Grass #97998A

Tints of Lemon Grass #97998A

Color information

#97998A (or 0x97998A) is unknown color: approx Lemon Grass. HEX triplet: 97, 99 and 8A. RGB value is (151,153,138). Sum of RGB (Red+Green+Blue) = 151+153+138=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #97998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97998A is #686675. Grayscale: #969696. Windows color (decimal): -6841974 or 9083287. OLE color: 9083287.

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

Color convert

RGB151153138-
CMYK0.0100.100.4
HSL68º6.85%57.06%-
HSV(B)68º9.8%60%-
XYZ28.7431.228.55-
YUV150.69120.84128.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=34.16%
G=34.62%
B=31.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511531380.0100.100.4686.8557.06
Hex97998A10A2844739
Octal227231212101250104771
Binary1001011110011001100010101010101010001000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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