Html Css Color HEX #97978C Lemon Grass

📋 copy color: '#97978C'

red 151 ◦ green 151 ◦ blue 140

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

Shades of Lemon Grass #97978C

Tints of Lemon Grass #97978C

RGB

 RED value IS 151 (59.38% from 255) = 34.16%

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

 BLUE value IS 140 (55.08% from 255) = 31.67%

R = 34.16%
G = 34.16%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97978C (or 0x97978C) is known color: Lemon Grass. HEX triplet: 97, 97 and 8C. RGB value is (151,151,140). Sum of RGB (Red+Green+Blue) = 151+151+140=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97978C is #686873. Grayscale: #959595. Windows color (decimal): -6842484 or 9213847. OLE color: 9213847.

HSL color Cylindrical-coordinate representation of color #97978C: hue angle of 60º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97978C is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 140 -
CMYK 0 0 0.07 0.41
HSL 60º 0.05% 0.57% -
HSV(B) 60º 0.07% 0.59% -
XYZ 28.56 30.61 29.21 -
YUV 149.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 151 151 140 0 0 0.07 0.41 60 0.05 0.57
Hex 97 97 8C 0 0 7 29 3C 5 39
Octal 227 227 214 0 0 7 51 74 5 71
Binary 10010111 10010111 10001100 0 0 111 101001 111100 101 111001

Color Harmonies of #97978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97978C

Black with #97978C

Text Example


Text Example

White with #97978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,151,140); }

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

background-color css

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

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

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

border-color css

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

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

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