#989892

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

Shades of Lemon Grass #989892

Tints of Lemon Grass #989892

Color information

#989892 (or 0x989892) is unknown color: approx Lemon Grass. HEX triplet: 98, 98 and 92. RGB value is (152,152,146). Sum of RGB (Red+Green+Blue) = 152+152+146=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989892 is #67676D. Grayscale: #979797. Windows color (decimal): -6776686 or 9607320. OLE color: 9607320.

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

Color convert

RGB152152146-
CMYK000.040.40
HSL60º2.83%58.43%-
HSV(B)60º3.95%59.61%-
XYZ29.3731.2131.67-
YUV151.32125128.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 152 (59.77% from 255) = 33.78%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=33.78%
G=33.78%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152152146000.040.40602.8358.43
Hex989892004283c33a
Octal2302302220045074372
Binary1001100010011000100100100010010100011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989892; }

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

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

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

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

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

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

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

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