Html Css Color HEX #97978A Lemon Grass

📋 copy color: '#97978A'

red 151 ◦ green 151 ◦ blue 138

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

Shades of Lemon Grass #97978A

Tints of Lemon Grass #97978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.36%

R = 34.32%
G = 34.32%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#97978A (or 0x97978A) is known color: Lemon Grass. HEX triplet: 97, 97 and 8A. RGB value is (151,151,138). Sum of RGB (Red+Green+Blue) = 151+151+138=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97978A is #686875. Grayscale: #959595. Windows color (decimal): -6842486 or 9082775. OLE color: 9082775.

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

Color convert

RGB 151 151 138 -
CMYK 0 0 0.09 0.41
HSL 60º 0.06% 0.57% -
HSV(B) 60º 0.09% 0.59% -
XYZ 28.42 30.55 28.44 -
YUV 149.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 151 151 138 0 0 0.09 0.41 60 0.06 0.57
Hex 97 97 8A 0 0 9 29 3C 6 39
Octal 227 227 212 0 0 11 51 74 6 71
Binary 10010111 10010111 10001010 0 0 1001 101001 111100 110 111001

Color Harmonies of #97978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97978A

Black with #97978A

Text Example


Text Example

White with #97978A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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