Html Css Color HEX #979682 Lemon Grass

📋 copy color: '#979682'

red 151 ◦ green 150 ◦ blue 130

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

Shades of Lemon Grass #979682

Tints of Lemon Grass #979682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.16%

R = 35.03%
G = 34.8%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#979682 (or 0x979682) is known color: Lemon Grass. HEX triplet: 97, 96 and 82. RGB value is (151,150,130). Sum of RGB (Red+Green+Blue) = 151+150+130=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 151 - color contains mainly: red. Hex color #979682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979682 is #68697D. Grayscale: #949494. Windows color (decimal): -6842750 or 8558231. OLE color: 8558231.

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

Color convert

RGB 151 150 130 -
CMYK 0 0.01 0.14 0.41
HSL 57.14º 0.09% 0.55% -
HSV(B) 57.14º 0.14% 0.59% -
XYZ 27.7 30 25.45 -
YUV 148.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 151 150 130 0 0.01 0.14 0.41 57.14 0.09 0.55
Hex 97 96 82 0 1 E 29 39 9 37
Octal 227 226 202 0 1 16 51 71 11 67
Binary 10010111 10010110 10000010 0 1 1110 101001 111001 1001 110111

Color Harmonies of #979682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979682

Black with #979682

Text Example


Text Example

White with #979682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979682; }

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

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

background-color css

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

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

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

border-color css

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

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

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