Html Css Color HEX #979981 Lemon Grass

📋 copy color: '#979981'

red 151 ◦ green 153 ◦ blue 129

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

Shades of Lemon Grass #979981

Tints of Lemon Grass #979981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 34.87%
G = 35.33%
B = 29.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#979981 (or 0x979981) is known color: Lemon Grass. HEX triplet: 97, 99 and 81. RGB value is (151,153,129). Sum of RGB (Red+Green+Blue) = 151+153+129=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #979981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979981 is #68667E. Grayscale: #959595. Windows color (decimal): -6841983 or 8493463. OLE color: 8493463.

HSL color Cylindrical-coordinate representation of color #979981: hue angle of 65º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #979981 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 153 129 -
CMYK 0.01 0 0.16 0.4
HSL 65º 0.11% 0.55% -
HSV(B) 65º 0.16% 0.6% -
XYZ 28.12 30.95 25.26 -
YUV 149.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 151 153 129 0.01 0 0.16 0.4 65 0.11 0.55
Hex 97 99 81 1 0 10 28 41 B 37
Octal 227 231 201 1 0 20 50 101 13 67
Binary 10010111 10011001 10000001 1 0 10000 101000 1000001 1011 110111

Color Harmonies of #979981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979981

Black with #979981

Text Example


Text Example

White with #979981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979981; }

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

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

background-color css

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

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

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

border-color css

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

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

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