Html Css Color HEX #979B85 Lemon Grass

📋 copy color: '#979B85'

red 151 ◦ green 155 ◦ blue 133

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

Shades of Lemon Grass #979B85

Tints of Lemon Grass #979B85

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

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

R = 34.4%
G = 35.31%
B = 30.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#979B85 (or 0x979B85) is known color: Lemon Grass. HEX triplet: 97, 9B and 85. RGB value is (151,155,133). Sum of RGB (Red+Green+Blue) = 151+155+133=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #979B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B85 is #68647A. Grayscale: #979797. Windows color (decimal): -6841467 or 8756119. OLE color: 8756119.

HSL color Cylindrical-coordinate representation of color #979B85: hue angle of 70.91º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #979B85 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 155 133 -
CMYK 0.03 0 0.14 0.39
HSL 70.91º 0.1% 0.56% -
HSV(B) 70.91º 0.14% 0.61% -
XYZ 28.72 31.72 26.8 -
YUV 151.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 151 155 133 0.03 0 0.14 0.39 70.91 0.1 0.56
Hex 97 9B 85 3 0 E 27 47 A 38
Octal 227 233 205 3 0 16 47 107 12 70
Binary 10010111 10011011 10000101 11 0 1110 100111 1000111 1010 111000

Color Harmonies of #979B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B85

Black with #979B85

Text Example


Text Example

White with #979B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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