Html Css Color HEX #97978D Lemon Grass

📋 copy color: '#97978D'

red 151 ◦ green 151 ◦ blue 141

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

Shades of Lemon Grass #97978D

Tints of Lemon Grass #97978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 34.09%
G = 34.09%
B = 31.83%

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

#97978D (or 0x97978D) is known color: Lemon Grass. HEX triplet: 97, 97 and 8D. RGB value is (151,151,141). Sum of RGB (Red+Green+Blue) = 151+151+141=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97978D is #686872. Grayscale: #959595. Windows color (decimal): -6842483 or 9279383. OLE color: 9279383.

HSL color Cylindrical-coordinate representation of color #97978D: 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 #97978D is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 141 -
CMYK 0 0 0.07 0.41
HSL 60º 0.05% 0.57% -
HSV(B) 60º 0.07% 0.59% -
XYZ 28.64 30.64 29.6 -
YUV 149.86 123 128.81 -
System Red Green Blue C M Y K H S L
Decimal 151 151 141 0 0 0.07 0.41 60 0.05 0.57
Hex 97 97 8D 0 0 7 29 3C 5 39
Octal 227 227 215 0 0 7 51 74 5 71
Binary 10010111 10010111 10001101 0 0 111 101001 111100 101 111001

Color Harmonies of #97978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97978D

Black with #97978D

Text Example


Text Example

White with #97978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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