#98988A

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

Shades of Lemon Grass #98988A

Tints of Lemon Grass #98988A

Color information

#98988A (or 0x98988A) is unknown color: approx Lemon Grass. HEX triplet: 98, 98 and 8A. RGB value is (152,152,138). Sum of RGB (Red+Green+Blue) = 152+152+138=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98988A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98988A is #676775. Grayscale: #969696. Windows color (decimal): -6776694 or 9083032. OLE color: 9083032.

HSL color Cylindrical-coordinate representation of color #98988A: hue angle of 60º 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 #98988A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152152138-
CMYK000.090.40
HSL60º6.36%56.86%-
HSV(B)60º9.21%59.61%-
XYZ28.7630.9728.51-
YUV150.4121129.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 152 (59.77% from 255) = 34.39%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=34.39%
G=34.39%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152152138000.090.40606.3656.86
Hex98988A009283c639
Octal23023021200115074671
Binary100110001001100010001010001001101000111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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