#9D9B83

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

Shades of Lemon Grass #9D9B83

Tints of Lemon Grass #9D9B83

Color information

#9D9B83 (or 0x9D9B83) is unknown color: approx Lemon Grass. HEX triplet: 9D, 9B and 83. RGB value is (157,155,131). Sum of RGB (Red+Green+Blue) = 157+155+131=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 131 (51.56% from 255 or 29.57% from 443); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9B83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9B83 is #62647C. Grayscale: #989898. Windows color (decimal): -6448253 or 8625053. OLE color: 8625053.

HSL color Cylindrical-coordinate representation of color #9D9B83: hue angle of 55.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9B83 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB157155131-
CMYK00.010.170.38
HSL55.38º11.71%56.47%-
HSV(B)55.38º16.56%61.57%-
XYZ29.7232.2526.13-
YUV152.86115.66130.95-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.44%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 131 (51.56% from 255) = 29.57%
R=35.44%
G=34.99%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715513100.010.170.3855.3811.7156.47
Hex9D9B8301112637c38
Octal235233203012146671470
Binary10011101100110111000001101100011001101101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,155,131); }

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

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

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

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

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

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

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