Html Css Color HEX #979782 Lemon Grass

📋 copy color: '#979782'

red 151 ◦ green 151 ◦ blue 130

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

Shades of Lemon Grass #979782

Tints of Lemon Grass #979782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.95%

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

R = 34.95%
G = 34.95%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#979782 (or 0x979782) is known color: Lemon Grass. HEX triplet: 97, 97 and 82. RGB value is (151,151,130). Sum of RGB (Red+Green+Blue) = 151+151+130=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979782 is #68687D. Grayscale: #949494. Windows color (decimal): -6842494 or 8558487. OLE color: 8558487.

HSL color Cylindrical-coordinate representation of color #979782: hue angle of 60º 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 #979782 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 130 -
CMYK 0 0 0.14 0.41
HSL 60º 0.09% 0.55% -
HSV(B) 60º 0.14% 0.59% -
XYZ 27.86 30.32 25.5 -
YUV 148.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 151 151 130 0 0 0.14 0.41 60 0.09 0.55
Hex 97 97 82 0 0 E 29 3C 9 37
Octal 227 227 202 0 0 16 51 74 11 67
Binary 10010111 10010111 10000010 0 0 1110 101001 111100 1001 110111

Color Harmonies of #979782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979782

Black with #979782

Text Example


Text Example

White with #979782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979782; }

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

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

background-color css

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

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

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

border-color css

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

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

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