Html Css Color HEX #9D9C7D Lemon Grass

📋 copy color: '#9D9C7D'

red 157 ◦ green 156 ◦ blue 125

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

Shades of Lemon Grass #9D9C7D

Tints of Lemon Grass #9D9C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 35.84%
G = 35.62%
B = 28.54%

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

#9D9C7D (or 0x9D9C7D) is known color: Lemon Grass. HEX triplet: 9D, 9C and 7D. RGB value is (157,156,125). Sum of RGB (Red+Green+Blue) = 157+156+125=438 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.84% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9C7D is #626382. Grayscale: #989898. Windows color (decimal): -6448003 or 8232093. OLE color: 8232093.

HSL color Cylindrical-coordinate representation of color #9D9C7D: hue angle of 58.12º 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 #9D9C7D is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 156 125 -
CMYK 0 0.01 0.20 0.38
HSL 58.13º 0.14% 0.55% -
HSV(B) 58.13º 0.2% 0.62% -
XYZ 29.49 32.43 24.11 -
YUV 152.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 157 156 125 0 0.01 0.20 0.38 58.13 0.14 0.55
Hex 9D 9C 7D 0 1 14 26 3A E 37
Octal 235 234 175 0 1 24 46 72 16 67
Binary 10011101 10011100 1111101 0 1 10100 100110 111010 1110 110111

Color Harmonies of #9D9C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9C7D

Black with #9D9C7D

Text Example


Text Example

White with #9D9C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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