#989991

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

Shades of Lemon Grass #989991

Tints of Lemon Grass #989991

Color information

#989991 (or 0x989991) is unknown color: approx Lemon Grass. HEX triplet: 98, 99 and 91. RGB value is (152,153,145). Sum of RGB (Red+Green+Blue) = 152+153+145=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #989991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989991 is #67666E. Grayscale: #979797. Windows color (decimal): -6776431 or 9542040. OLE color: 9542040.

HSL color Cylindrical-coordinate representation of color #989991: hue angle of 67.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989991 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB152153145-
CMYK0.0100.050.4
HSL67.5º3.77%58.43%-
HSV(B)67.5º5.23%60%-
XYZ29.4531.531.32-
YUV151.79124.17128.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 145 (57.03% from 255) = 32.22%
R=33.78%
G=34%
B=32.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1521531450.0100.050.467.53.7758.43
Hex989991105284343a
Octal23023122110550103472
Binary100110001001100110010001101011010001000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989991; }

 p { color: rgb(152,153,145); }

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

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

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

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

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

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

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