#98987C

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

Shades of Lemon Grass #98987C

Tints of Lemon Grass #98987C

Color information

#98987C (or 0x98987C) is unknown color: approx Lemon Grass. HEX triplet: 98, 98 and 7C. RGB value is (152,152,124). Sum of RGB (Red+Green+Blue) = 152+152+124=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98987C is #676783. Grayscale: #949494. Windows color (decimal): -6776708 or 8165528. OLE color: 8165528.

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

Color convert

RGB152152124-
CMYK000.180.40
HSL60º11.97%54.12%-
HSV(B)60º18.42%59.61%-
XYZ27.8230.5923.51-
YUV148.81114130.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=35.51%
G=35.51%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152152124000.180.406011.9754.12
Hex98987C0012283cc36
Octal230230174002250741466
Binary1001100010011000111110000100101010001111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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