Html Css Color HEX #9D9C7E Lemon Grass

📋 copy color: '#9D9C7E'

red 157 ◦ green 156 ◦ blue 126

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

Shades of Lemon Grass #9D9C7E

Tints of Lemon Grass #9D9C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 35.76%
G = 35.54%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9D9C7E (or 0x9D9C7E) is known color: Lemon Grass. HEX triplet: 9D, 9C and 7E. RGB value is (157,156,126). Sum of RGB (Red+Green+Blue) = 157+156+126=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9C7E is #626381. Grayscale: #999999. Windows color (decimal): -6448002 or 8297629. OLE color: 8297629.

HSL color Cylindrical-coordinate representation of color #9D9C7E: hue angle of 58.06º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D9C7E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 156 126 -
CMYK 0 0.01 0.20 0.38
HSL 58.06º 0.14% 0.55% -
HSV(B) 58.06º 0.2% 0.62% -
XYZ 29.56 32.45 24.44 -
YUV 152.88 112.83 130.94 -
System Red Green Blue C M Y K H S L
Decimal 157 156 126 0 0.01 0.20 0.38 58.06 0.14 0.55
Hex 9D 9C 7E 0 1 14 26 3A E 37
Octal 235 234 176 0 1 24 46 72 16 67
Binary 10011101 10011100 1111110 0 1 10100 100110 111010 1110 110111

Color Harmonies of #9D9C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9C7E

Black with #9D9C7E

Text Example


Text Example

White with #9D9C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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