#989881

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

Shades of Lemon Grass #989881

Tints of Lemon Grass #989881

Color information

#989881 (or 0x989881) is unknown color: approx Lemon Grass. HEX triplet: 98, 98 and 81. RGB value is (152,152,129). Sum of RGB (Red+Green+Blue) = 152+152+129=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989881 is #67677E. Grayscale: #959595. Windows color (decimal): -6776703 or 8493208. OLE color: 8493208.

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

Color convert

RGB152152129-
CMYK000.150.40
HSL60º10.04%55.1%-
HSV(B)60º15.13%59.61%-
XYZ28.1430.7225.21-
YUV149.38116.5129.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.10%
GREEN value IS 152 (59.77% from 255) = 35.10%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=35.10%
G=35.10%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152152129000.150.406010.0455.1
Hex98988100F283ca37
Octal230230201001750741267
Binary1001100010011000100000010011111010001111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989881; }

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

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

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

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

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

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

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

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