Html Css Color HEX #979792 Lemon Grass

📋 copy color: '#979792'

red 151 ◦ green 151 ◦ blue 146

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

Shades of Lemon Grass #979792

Tints of Lemon Grass #979792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 33.71%
G = 33.71%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#979792 (or 0x979792) is known color: Lemon Grass. HEX triplet: 97, 97 and 92. RGB value is (151,151,146). Sum of RGB (Red+Green+Blue) = 151+151+146=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979792 is #68686D. Grayscale: #969696. Windows color (decimal): -6842478 or 9607063. OLE color: 9607063.

HSL color Cylindrical-coordinate representation of color #979792: hue angle of 60º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #979792 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 146 -
CMYK 0 0 0.03 0.41
HSL 60º 0.02% 0.58% -
HSV(B) 60º 0.03% 0.59% -
XYZ 29.02 30.79 31.61 -
YUV 150.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 151 151 146 0 0 0.03 0.41 60 0.02 0.58
Hex 97 97 92 0 0 3 29 3C 2 3A
Octal 227 227 222 0 0 3 51 74 2 72
Binary 10010111 10010111 10010010 0 0 11 101001 111100 10 111010

Color Harmonies of #979792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979792

Black with #979792

Text Example


Text Example

White with #979792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979792; }

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

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

background-color css

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

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

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

border-color css

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

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

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