Html Css Color HEX #97998E Lemon Grass

📋 copy color: '#97998E'

red 151 ◦ green 153 ◦ blue 142

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

Shades of Lemon Grass #97998E

Tints of Lemon Grass #97998E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.3%

 BLUE value IS 142 (55.86% from 255) = 31.84%

R = 33.86%
G = 34.3%
B = 31.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#97998E (or 0x97998E) is known color: Lemon Grass. HEX triplet: 97, 99 and 8E. RGB value is (151,153,142). Sum of RGB (Red+Green+Blue) = 151+153+142=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 153 - color contains mainly: green. Hex color #97998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97998E is #686671. Grayscale: #979797. Windows color (decimal): -6841970 or 9345431. OLE color: 9345431.

HSL color Cylindrical-coordinate representation of color #97998E: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97998E is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 153 142 -
CMYK 0.01 0 0.07 0.4
HSL 70.91º 0.05% 0.58% -
HSV(B) 70.91º 0.07% 0.6% -
XYZ 29.04 31.31 30.11 -
YUV 151.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 151 153 142 0.01 0 0.07 0.4 70.91 0.05 0.58
Hex 97 99 8E 1 0 7 28 47 5 3A
Octal 227 231 216 1 0 7 50 107 5 72
Binary 10010111 10011001 10001110 1 0 111 101000 1000111 101 111010

Color Harmonies of #97998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97998E

Black with #97998E

Text Example


Text Example

White with #97998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97998E; }

 p { color: rgb(151,153,142); }

 H1.HeaderClassName
 {
   color: #97998E;
 }
 .AnyTagClassName
 {
   color: #97998E;
 }
</style>

background-color css

<style>
 a { background-color: #97998E; }

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

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

border-color css

<style>
 span { border-color: #97998E; }

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

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