Html Css Color HEX #989788 Lemon Grass

📋 copy color: '#989788'

red 152 ◦ green 151 ◦ blue 136

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

Shades of Lemon Grass #989788

Tints of Lemon Grass #989788

RGB

 RED value IS 152 (59.77% from 255) = 34.62%

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

 BLUE value IS 136 (53.52% from 255) = 30.98%

R = 34.62%
G = 34.4%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#989788 (or 0x989788) is known color: Lemon Grass. HEX triplet: 98, 97 and 88. RGB value is (152,151,136). Sum of RGB (Red+Green+Blue) = 152+151+136=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 151 (59.38% from 255 or 34.40% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #989788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989788 is #676877. Grayscale: #959595. Windows color (decimal): -6776952 or 8951704. OLE color: 8951704.

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

Color convert

RGB 152 151 136 -
CMYK 0 0.01 0.11 0.40
HSL 56.25º 0.07% 0.56% -
HSV(B) 56.25º 0.11% 0.6% -
XYZ 28.46 30.59 27.7 -
YUV 149.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 152 151 136 0 0.01 0.11 0.40 56.25 0.07 0.56
Hex 98 97 88 0 1 B 28 38 7 38
Octal 230 227 210 0 1 13 50 70 7 70
Binary 10011000 10010111 10001000 0 1 1011 101000 111000 111 111000

Color Harmonies of #989788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989788

Black with #989788

Text Example


Text Example

White with #989788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989788; }

 p { color: rgb(152,151,136); }

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

background-color css

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

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

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

border-color css

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

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

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