Html Css Color HEX #96977B Lemon Grass

📋 copy color: '#96977B'

red 150 ◦ green 151 ◦ blue 123

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

Shades of Lemon Grass #96977B

Tints of Lemon Grass #96977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 35.38%
G = 35.61%
B = 29.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96977B (or 0x96977B) is known color: Lemon Grass. HEX triplet: 96, 97 and 7B. RGB value is (150,151,123). Sum of RGB (Red+Green+Blue) = 150+151+123=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #96977B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96977B is #696884. Grayscale: #939393. Windows color (decimal): -6908037 or 8099734. OLE color: 8099734.

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

Color convert

RGB 150 151 123 -
CMYK 0.01 0 0.19 0.41
HSL 62.14º 0.12% 0.54% -
HSV(B) 62.14º 0.19% 0.59% -
XYZ 27.22 30.05 23.1 -
YUV 147.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 150 151 123 0.01 0 0.19 0.41 62.14 0.12 0.54
Hex 96 97 7B 1 0 13 29 3E C 36
Octal 226 227 173 1 0 23 51 76 14 66
Binary 10010110 10010111 1111011 1 0 10011 101001 111110 1100 110110

Color Harmonies of #96977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96977B

Black with #96977B

Text Example


Text Example

White with #96977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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