#98978A

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

Shades of Lemon Grass #98978A

Tints of Lemon Grass #98978A

Color information

#98978A (or 0x98978A) is unknown color: approx Lemon Grass. HEX triplet: 98, 97 and 8A. RGB value is (152,151,138). Sum of RGB (Red+Green+Blue) = 152+151+138=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 152 - color contains mainly: red. Hex color #98978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98978A is #676875. Grayscale: #959595. Windows color (decimal): -6776950 or 9082776. OLE color: 9082776.

HSL color Cylindrical-coordinate representation of color #98978A: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98978A is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152151138-
CMYK00.010.090.40
HSL55.71º6.36%56.86%-
HSV(B)55.71º9.21%59.61%-
XYZ28.630.6428.45-
YUV149.82121.33129.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 151 (59.38% from 255) = 34.24%
BLUE value IS 138 (54.30% from 255) = 31.29%
R=34.47%
G=34.24%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215113800.010.090.4055.716.3656.86
Hex98978A0192838639
Octal23022721201115070671
Binary100110001001011110001010011001101000111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98978A; }

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

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

<style>
 a { background-color: #98978A; }

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

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

<style>
 span { border-color: #98978A; }

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

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