Html Css Color HEX #979686 Lemon Grass

📋 copy color: '#979686'

red 151 ◦ green 150 ◦ blue 134

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

Shades of Lemon Grass #979686

Tints of Lemon Grass #979686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.48%

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 34.71%
G = 34.48%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#979686 (or 0x979686) is known color: Lemon Grass. HEX triplet: 97, 96 and 86. RGB value is (151,150,134). Sum of RGB (Red+Green+Blue) = 151+150+134=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 151 - color contains mainly: red. Hex color #979686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979686 is #686979. Grayscale: #949494. Windows color (decimal): -6842746 or 8820375. OLE color: 8820375.

HSL color Cylindrical-coordinate representation of color #979686: hue angle of 56.47º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979686 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 150 134 -
CMYK 0 0.01 0.11 0.41
HSL 56.47º 0.08% 0.56% -
HSV(B) 56.47º 0.11% 0.59% -
XYZ 27.97 30.11 26.89 -
YUV 148.48 119.83 129.8 -
System Red Green Blue C M Y K H S L
Decimal 151 150 134 0 0.01 0.11 0.41 56.47 0.08 0.56
Hex 97 96 86 0 1 B 29 38 8 38
Octal 227 226 206 0 1 13 51 70 10 70
Binary 10010111 10010110 10000110 0 1 1011 101001 111000 1000 111000

Color Harmonies of #979686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979686

Black with #979686

Text Example


Text Example

White with #979686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979686; }

 p { color: rgb(151,150,134); }

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

background-color css

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

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

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

border-color css

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

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

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