#989894

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

Shades of Lemon Grass #989894

Tints of Lemon Grass #989894

Color information

#989894 (or 0x989894) is unknown color: approx Lemon Grass. HEX triplet: 98, 98 and 94. RGB value is (152,152,148). Sum of RGB (Red+Green+Blue) = 152+152+148=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989894 is #67676B. Grayscale: #979797. Windows color (decimal): -6776684 or 9738392. OLE color: 9738392.

HSL color Cylindrical-coordinate representation of color #989894: hue angle of 60º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989894 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152152148-
CMYK000.030.40
HSL60º1.9%58.82%-
HSV(B)60º2.63%59.61%-
XYZ29.5231.2732.5-
YUV151.54126128.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 152 (59.77% from 255) = 33.63%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=33.63%
G=33.63%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152152148000.030.40601.958.82
Hex989894003283c23b
Octal2302302240035074273
Binary100110001001100010010100001110100011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989894; }

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

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

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

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

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

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

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

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