Html Css Color HEX #979585 Lemon Grass

📋 copy color: '#979585'

red 151 ◦ green 149 ◦ blue 133

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

Shades of Lemon Grass #979585

Tints of Lemon Grass #979585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

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

R = 34.87%
G = 34.41%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#979585 (or 0x979585) is known color: Lemon Grass. HEX triplet: 97, 95 and 85. RGB value is (151,149,133). Sum of RGB (Red+Green+Blue) = 151+149+133=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #979585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979585 is #686A7A. Grayscale: #939393. Windows color (decimal): -6843003 or 8754583. OLE color: 8754583.

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

Color convert

RGB 151 149 133 -
CMYK 0 0.01 0.12 0.41
HSL 53.33º 0.08% 0.56% -
HSV(B) 53.33º 0.12% 0.59% -
XYZ 27.74 29.77 26.47 -
YUV 147.77 119.66 130.3 -
System Red Green Blue C M Y K H S L
Decimal 151 149 133 0 0.01 0.12 0.41 53.33 0.08 0.56
Hex 97 95 85 0 1 C 29 35 8 38
Octal 227 225 205 0 1 14 51 65 10 70
Binary 10010111 10010101 10000101 0 1 1100 101001 110101 1000 111000

Color Harmonies of #979585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979585

Black with #979585

Text Example


Text Example

White with #979585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979585; }

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

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

background-color css

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

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

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

border-color css

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

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

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