Html Css Color HEX #989987 Lemon Grass

📋 copy color: '#989987'

red 152 ◦ green 153 ◦ blue 135

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

Shades of Lemon Grass #989987

Tints of Lemon Grass #989987

RGB

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

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

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

R = 34.55%
G = 34.77%
B = 30.68%

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

#989987 (or 0x989987) is known color: Lemon Grass. HEX triplet: 98, 99 and 87. RGB value is (152,153,135). Sum of RGB (Red+Green+Blue) = 152+153+135=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #989987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989987 is #676678. Grayscale: #969696. Windows color (decimal): -6776441 or 8886680. OLE color: 8886680.

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

Color convert

RGB 152 153 135 -
CMYK 0.01 0 0.12 0.4
HSL 63.33º 0.08% 0.56% -
HSV(B) 63.33º 0.12% 0.6% -
XYZ 28.71 31.21 27.43 -
YUV 150.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 152 153 135 0.01 0 0.12 0.4 63.33 0.08 0.56
Hex 98 99 87 1 0 C 28 3F 8 38
Octal 230 231 207 1 0 14 50 77 10 70
Binary 10011000 10011001 10000111 1 0 1100 101000 111111 1000 111000

Color Harmonies of #989987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989987

Black with #989987

Text Example


Text Example

White with #989987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989987; }

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

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

background-color css

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

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

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

border-color css

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

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

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