#98977C

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

Shades of Lemon Grass #98977C

Tints of Lemon Grass #98977C

Color information

#98977C (or 0x98977C) is unknown color: approx Lemon Grass. HEX triplet: 98, 97 and 7C. RGB value is (152,151,124). Sum of RGB (Red+Green+Blue) = 152+151+124=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #98977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98977C is #676883. Grayscale: #949494. Windows color (decimal): -6776964 or 8165272. OLE color: 8165272.

HSL color Cylindrical-coordinate representation of color #98977C: hue angle of 57.86º 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 #98977C is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152151124-
CMYK00.010.180.40
HSL57.86º11.97%54.12%-
HSV(B)57.86º18.42%59.61%-
XYZ27.6530.2623.45-
YUV148.22114.33130.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 151 (59.38% from 255) = 35.36%
BLUE value IS 124 (48.83% from 255) = 29.04%
R=35.60%
G=35.36%
B=29.04%

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
Decimal15215112400.010.180.4057.8611.9754.12
Hex98977C0112283ac36
Octal230227174012250721466
Binary1001100010010111111110001100101010001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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