#98977D

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

Shades of Lemon Grass #98977D

Tints of Lemon Grass #98977D

Color information

#98977D (or 0x98977D) is unknown color: approx Lemon Grass. HEX triplet: 98, 97 and 7D. RGB value is (152,151,125). Sum of RGB (Red+Green+Blue) = 152+151+125=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #98977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98977D is #676882. Grayscale: #949494. Windows color (decimal): -6776963 or 8230808. OLE color: 8230808.

HSL color Cylindrical-coordinate representation of color #98977D: hue angle of 57.78º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98977D is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152151125-
CMYK00.010.180.40
HSL57.78º11.59%54.31%-
HSV(B)57.78º17.76%59.61%-
XYZ27.7230.2923.79-
YUV148.34114.83130.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 151 (59.38% from 255) = 35.28%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=35.51%
G=35.28%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215112500.010.180.4057.7811.5954.31
Hex98977D0112283ac36
Octal230227175012250721466
Binary1001100010010111111110101100101010001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98977D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98977D; }

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

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

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

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

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

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

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

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