Html Css Color HEX #979795 Lemon Grass

📋 copy color: '#979795'

red 151 ◦ green 151 ◦ blue 149

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

Shades of Lemon Grass #979795

Tints of Lemon Grass #979795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.04%

R = 33.48%
G = 33.48%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#979795 (or 0x979795) is known color: Lemon Grass. HEX triplet: 97, 97 and 95. RGB value is (151,151,149). Sum of RGB (Red+Green+Blue) = 151+151+149=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979795 is #68686A. Grayscale: #969696. Windows color (decimal): -6842475 or 9803671. OLE color: 9803671.

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

Color convert

RGB 151 151 149 -
CMYK 0 0 0.01 0.41
HSL 60º 0.01% 0.59% -
HSV(B) 60º 0.01% 0.59% -
XYZ 29.25 30.88 32.85 -
YUV 150.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 151 151 149 0 0 0.01 0.41 60 0.01 0.59
Hex 97 97 95 0 0 1 29 3C 1 3B
Octal 227 227 225 0 0 1 51 74 1 73
Binary 10010111 10010111 10010101 0 0 1 101001 111100 1 111011

Color Harmonies of #979795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979795

Black with #979795

Text Example


Text Example

White with #979795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979795; }

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

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

background-color css

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

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

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

border-color css

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

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

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