#999987

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

Shades of Lemon Grass #999987

Tints of Lemon Grass #999987

Color information

#999987 (or 0x999987) is unknown color: approx Lemon Grass. HEX triplet: 99, 99 and 87. RGB value is (153,153,135). Sum of RGB (Red+Green+Blue) = 153+153+135=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 153 - color contains mainly: red, green. Hex color #999987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999987 is #666678. Grayscale: #979797. Windows color (decimal): -6710905 or 8886681. OLE color: 8886681.

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

Color convert

RGB153153135-
CMYK000.120.4
HSL60º8.11%56.47%-
HSV(B)60º11.76%60%-
XYZ28.931.327.44-
YUV150.95119129.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.69%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 135 (53.12% from 255) = 30.61%
R=34.69%
G=34.69%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153153135000.120.4608.1156.47
Hex99998700C283c838
Octal231231207001450741070
Binary1001100110011001100001110011001010001111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999987; }

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

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

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

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

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

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

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

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