#9D9F84

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

Shades of Lemon Grass #9D9F84

Tints of Lemon Grass #9D9F84

Color information

#9D9F84 (or 0x9D9F84) is unknown color: approx Lemon Grass. HEX triplet: 9D, 9F and 84. RGB value is (157,159,132). Sum of RGB (Red+Green+Blue) = 157+159+132=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #9D9F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9F84 is #62607B. Grayscale: #9B9B9B. Windows color (decimal): -6447228 or 8691613. OLE color: 8691613.

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

Color convert

RGB157159132-
CMYK0.0100.170.38
HSL64.44º12.33%57.06%-
HSV(B)64.44º16.98%62.35%-
XYZ30.4733.6326.72-
YUV155.32114.84129.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=35.04%
G=35.49%
B=29.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571591320.0100.170.3864.4412.3357.06
Hex9D9F8410112640c39
Octal2352372041021461001471
Binary100111011001111110000100101000110011010000001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,159,132); }

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

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

 a { background-color: rgb(157,159,132); }

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

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

 span { border-color: rgb(157,159,132); }

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