Html Css Color HEX #979987 Lemon Grass

📋 copy color: '#979987'

red 151 ◦ green 153 ◦ blue 135

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

Shades of Lemon Grass #979987

Tints of Lemon Grass #979987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.85%

 BLUE value IS 135 (53.13% from 255) = 30.75%

R = 34.4%
G = 34.85%
B = 30.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#979987 (or 0x979987) is known color: Lemon Grass. HEX triplet: 97, 99 and 87. RGB value is (151,153,135). Sum of RGB (Red+Green+Blue) = 151+153+135=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #979987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979987 is #686678. Grayscale: #969696. Windows color (decimal): -6841977 or 8886679. OLE color: 8886679.

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

Color convert

RGB 151 153 135 -
CMYK 0.01 0 0.12 0.4
HSL 66.67º 0.08% 0.56% -
HSV(B) 66.67º 0.12% 0.6% -
XYZ 28.53 31.11 27.42 -
YUV 150.35 119.34 128.46 -
System Red Green Blue C M Y K H S L
Decimal 151 153 135 0.01 0 0.12 0.4 66.67 0.08 0.56
Hex 97 99 87 1 0 C 28 43 8 38
Octal 227 231 207 1 0 14 50 103 10 70
Binary 10010111 10011001 10000111 1 0 1100 101000 1000011 1000 111000

Color Harmonies of #979987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979987

Black with #979987

Text Example


Text Example

White with #979987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979987; }

 p { color: rgb(151,153,135); }

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

background-color css

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

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

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

border-color css

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

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

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