#999988

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

Shades of Lemon Grass #999988

Tints of Lemon Grass #999988

Color information

#999988 (or 0x999988) is unknown color: approx Lemon Grass. HEX triplet: 99, 99 and 88. RGB value is (153,153,136). Sum of RGB (Red+Green+Blue) = 153+153+136=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999988 is #666677. Grayscale: #979797. Windows color (decimal): -6710904 or 8952217. OLE color: 8952217.

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

Color convert

RGB153153136-
CMYK000.110.4
HSL60º7.69%56.67%-
HSV(B)60º11.11%60%-
XYZ28.9731.3327.81-
YUV151.06119.5129.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 153 (60.16% from 255) = 34.62%
BLUE value IS 136 (53.52% from 255) = 30.77%
R=34.62%
G=34.62%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153136000.110.4607.6956.67
Hex99998800B283c839
Octal231231210001350741071
Binary1001100110011001100010000010111010001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999988; }

 p { color: rgb(153,153,136); }

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

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

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

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

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

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

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