Html Css Color HEX #979A89 Lemon Grass

📋 copy color: '#979A89'

red 151 ◦ green 154 ◦ blue 137

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

Shades of Lemon Grass #979A89

Tints of Lemon Grass #979A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

 BLUE value IS 137 (53.91% from 255) = 31%

R = 34.16%
G = 34.84%
B = 31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#979A89 (or 0x979A89) is known color: Lemon Grass. HEX triplet: 97, 9A and 89. RGB value is (151,154,137). Sum of RGB (Red+Green+Blue) = 151+154+137=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 137 (53.91% from 255 or 31.00% from 442); Max value from RGB is 154 - color contains mainly: green. Hex color #979A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979A89 is #686576. Grayscale: #979797. Windows color (decimal): -6841719 or 9018007. OLE color: 9018007.

HSL color Cylindrical-coordinate representation of color #979A89: hue angle of 70.59º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979A89 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 154 137 -
CMYK 0.02 0 0.11 0.40
HSL 70.59º 0.08% 0.57% -
HSV(B) 70.59º 0.11% 0.6% -
XYZ 28.83 31.5 28.23 -
YUV 151.17 120.01 127.88 -
System Red Green Blue C M Y K H S L
Decimal 151 154 137 0.02 0 0.11 0.40 70.59 0.08 0.57
Hex 97 9A 89 2 0 B 28 47 8 39
Octal 227 232 211 2 0 13 50 107 10 71
Binary 10010111 10011010 10001001 10 0 1011 101000 1000111 1000 111001

Color Harmonies of #979A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A89

Black with #979A89

Text Example


Text Example

White with #979A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979A89; }

 p { color: rgb(151,154,137); }

 H1.HeaderClassName
 {
   color: #979A89;
 }
 .AnyTagClassName
 {
   color: #979A89;
 }
</style>

background-color css

<style>
 a { background-color: #979A89; }

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

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

border-color css

<style>
 span { border-color: #979A89; }

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

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