Html Css Color HEX #9D9C88 Lemon Grass

📋 copy color: '#9D9C88'

red 157 ◦ green 156 ◦ blue 136

#9D9C88
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Grass #9D9C88

Tints of Lemon Grass #9D9C88

RGB

 RED value IS 157 (61.72% from 255) = 34.97%

 GREEN value IS 156 (61.33% from 255) = 34.74%

 BLUE value IS 136 (53.52% from 255) = 30.29%

R = 34.97%
G = 34.74%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9D9C88 (or 0x9D9C88) is known color: Lemon Grass. HEX triplet: 9D, 9C and 88. RGB value is (157,156,136). Sum of RGB (Red+Green+Blue) = 157+156+136=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9C88 is #626377. Grayscale: #9A9A9A. Windows color (decimal): -6447992 or 8952989. OLE color: 8952989.

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

Color convert

RGB 157 156 136 -
CMYK 0 0.01 0.13 0.38
HSL 57.14º 0.1% 0.57% -
HSV(B) 57.14º 0.13% 0.62% -
XYZ 30.24 32.72 28.01 -
YUV 154.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 157 156 136 0 0.01 0.13 0.38 57.14 0.1 0.57
Hex 9D 9C 88 0 1 D 26 39 A 39
Octal 235 234 210 0 1 15 46 71 12 71
Binary 10011101 10011100 10001000 0 1 1101 100110 111001 1010 111001

Color Harmonies of #9D9C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9C88

Black with #9D9C88

Text Example


Text Example

White with #9D9C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,156,136); }

 H1.HeaderClassName
 {
   color: #9D9C88;
 }
 .AnyTagClassName
 {
   color: #9D9C88;
 }
</style>

background-color css

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

 a { background-color: rgb(157,156,136); }

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

border-color css

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

 span { border-color: rgb(157,156,136); }

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