#98998E

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

Shades of Lemon Grass #98998E

Tints of Lemon Grass #98998E

Color information

#98998E (or 0x98998E) is unknown color: approx Lemon Grass. HEX triplet: 98, 99 and 8E. RGB value is (152,153,142). Sum of RGB (Red+Green+Blue) = 152+153+142=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #98998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98998E is #676671. Grayscale: #979797. Windows color (decimal): -6776434 or 9345432. OLE color: 9345432.

HSL color Cylindrical-coordinate representation of color #98998E: hue angle of 65.45º 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 #98998E is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB152153142-
CMYK0.0100.070.4
HSL65.45º5.12%57.84%-
HSV(B)65.45º7.19%60%-
XYZ29.2231.4130.11-
YUV151.45122.67128.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.00%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=34.00%
G=34.23%
B=31.77%

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
Decimal1521531420.0100.070.465.455.1257.84
Hex98998E107284153a
Octal23023121610750101572
Binary100110001001100110001110101111010001000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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