#9B9B8F

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

Shades of Lemon Grass #9B9B8F

Tints of Lemon Grass #9B9B8F

Color information

#9B9B8F (or 0x9B9B8F) is unknown color: approx Lemon Grass. HEX triplet: 9B, 9B and 8F. RGB value is (155,155,143). Sum of RGB (Red+Green+Blue) = 155+155+143=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 155 - color contains mainly: red, green. Hex color #9B9B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9B8F is #646470. Grayscale: #999999. Windows color (decimal): -6579313 or 9411483. OLE color: 9411483.

HSL color Cylindrical-coordinate representation of color #9B9B8F: hue angle of 60º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B9B8F is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB155155143-
CMYK000.080.39
HSL60º5.66%58.43%-
HSV(B)60º7.74%60.78%-
XYZ30.232.3930.65-
YUV153.63122128.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=34.22%
G=34.22%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155155143000.080.39605.6658.43
Hex9B9B8F008273c63a
Octal23323321700104774672
Binary100110111001101110001111001000100111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9B8F; }

 p { color: rgb(155,155,143); }

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

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

 a { background-color: rgb(155,155,143); }

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

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

 span { border-color: rgb(155,155,143); }

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