Html Css Color HEX #979785 Lemon Grass

📋 copy color: '#979785'

red 151 ◦ green 151 ◦ blue 133

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

Shades of Lemon Grass #979785

Tints of Lemon Grass #979785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 34.71%
G = 34.71%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#979785 (or 0x979785) is known color: Lemon Grass. HEX triplet: 97, 97 and 85. RGB value is (151,151,133). Sum of RGB (Red+Green+Blue) = 151+151+133=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979785 is #68687A. Grayscale: #959595. Windows color (decimal): -6842491 or 8755095. OLE color: 8755095.

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

Color convert

RGB 151 151 133 -
CMYK 0 0 0.12 0.41
HSL 60º 0.08% 0.56% -
HSV(B) 60º 0.12% 0.59% -
XYZ 28.06 30.41 26.58 -
YUV 148.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 151 151 133 0 0 0.12 0.41 60 0.08 0.56
Hex 97 97 85 0 0 C 29 3C 8 38
Octal 227 227 205 0 0 14 51 74 10 70
Binary 10010111 10010111 10000101 0 0 1100 101001 111100 1000 111000

Color Harmonies of #979785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979785

Black with #979785

Text Example


Text Example

White with #979785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979785; }

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

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

background-color css

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

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

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

border-color css

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

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

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