#9B9A8A

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

Shades of Lemon Grass #9B9A8A

Tints of Lemon Grass #9B9A8A

Color information

#9B9A8A (or 0x9B9A8A) is unknown color: approx Lemon Grass. HEX triplet: 9B, 9A and 8A. RGB value is (155,154,138). Sum of RGB (Red+Green+Blue) = 155+154+138=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9A8A is #646575. Grayscale: #989898. Windows color (decimal): -6579574 or 9083547. OLE color: 9083547.

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

Color convert

RGB155154138-
CMYK00.010.110.39
HSL56.47º7.83%57.45%-
HSV(B)56.47º10.97%60.78%-
XYZ29.6631.9128.64-
YUV152.48119.83129.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 154 (60.55% from 255) = 34.45%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=34.68%
G=34.45%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515413800.010.110.3956.477.8357.45
Hex9B9A8A01B2738839
Octal233232212011347701071
Binary1001101110011010100010100110111001111110001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,154,138); }

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

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

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

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

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

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

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