Html Css Color HEX #96977C Lemon Grass

📋 copy color: '#96977C'

red 150 ◦ green 151 ◦ blue 124

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

Shades of Lemon Grass #96977C

Tints of Lemon Grass #96977C

RGB

 RED value IS 150 (58.98% from 255) = 35.29%

 GREEN value IS 151 (59.38% from 255) = 35.53%

 BLUE value IS 124 (48.83% from 255) = 29.18%

R = 35.29%
G = 35.53%
B = 29.18%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96977C (or 0x96977C) is known color: Lemon Grass. HEX triplet: 96, 97 and 7C. RGB value is (150,151,124). Sum of RGB (Red+Green+Blue) = 150+151+124=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 151 - color contains mainly: green. Hex color #96977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96977C is #696883. Grayscale: #939393. Windows color (decimal): -6908036 or 8165270. OLE color: 8165270.

HSL color Cylindrical-coordinate representation of color #96977C: hue angle of 62.22º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96977C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 151 124 -
CMYK 0.01 0 0.18 0.41
HSL 62.22º 0.11% 0.54% -
HSV(B) 62.22º 0.18% 0.59% -
XYZ 27.28 30.07 23.44 -
YUV 147.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 150 151 124 0.01 0 0.18 0.41 62.22 0.11 0.54
Hex 96 97 7C 1 0 12 29 3E B 36
Octal 226 227 174 1 0 22 51 76 13 66
Binary 10010110 10010111 1111100 1 0 10010 101001 111110 1011 110110

Color Harmonies of #96977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96977C

Black with #96977C

Text Example


Text Example

White with #96977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96977C; }

 p { color: rgb(150,151,124); }

 H1.HeaderClassName
 {
   color: #96977C;
 }
 .AnyTagClassName
 {
   color: #96977C;
 }
</style>

background-color css

<style>
 a { background-color: #96977C; }

 a { background-color: rgb(150,151,124); }

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

border-color css

<style>
 span { border-color: #96977C; }

 span { border-color: rgb(150,151,124); }

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