Html Css Color HEX #979984 Lemon Grass

📋 copy color: '#979984'

red 151 ◦ green 153 ◦ blue 132

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

Shades of Lemon Grass #979984

Tints of Lemon Grass #979984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.28%

R = 34.63%
G = 35.09%
B = 30.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#979984 (or 0x979984) is known color: Lemon Grass. HEX triplet: 97, 99 and 84. RGB value is (151,153,132). Sum of RGB (Red+Green+Blue) = 151+153+132=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #979984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979984 is #68667B. Grayscale: #969696. Windows color (decimal): -6841980 or 8690071. OLE color: 8690071.

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

Color convert

RGB 151 153 132 -
CMYK 0.01 0 0.14 0.4
HSL 65.71º 0.09% 0.56% -
HSV(B) 65.71º 0.14% 0.6% -
XYZ 28.32 31.03 26.33 -
YUV 150.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 151 153 132 0.01 0 0.14 0.4 65.71 0.09 0.56
Hex 97 99 84 1 0 E 28 42 9 38
Octal 227 231 204 1 0 16 50 102 11 70
Binary 10010111 10011001 10000100 1 0 1110 101000 1000010 1001 111000

Color Harmonies of #979984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979984

Black with #979984

Text Example


Text Example

White with #979984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979984; }

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

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

background-color css

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

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

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

border-color css

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

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

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