#97998E

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

Shades of Lemon Grass #97998E

Tints of Lemon Grass #97998E

Color information

#97998E (or 0x97998E) is unknown color: approx Lemon Grass. HEX triplet: 97, 99 and 8E. RGB value is (151,153,142). Sum of RGB (Red+Green+Blue) = 151+153+142=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 153 - color contains mainly: green. Hex color #97998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97998E is #686671. Grayscale: #979797. Windows color (decimal): -6841970 or 9345431. OLE color: 9345431.

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

Color convert

RGB151153142-
CMYK0.0100.070.4
HSL70.91º5.12%57.84%-
HSV(B)70.91º7.19%60%-
XYZ29.0431.3130.11-
YUV151.15122.84127.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 153 (60.16% from 255) = 34.30%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=33.86%
G=34.30%
B=31.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511531420.0100.070.470.915.1257.84
Hex97998E107284753a
Octal22723121610750107572
Binary100101111001100110001110101111010001000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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