Html Css Color HEX #989893 Lemon Grass

📋 copy color: '#989893'

red 152 ◦ green 152 ◦ blue 147

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

Shades of Lemon Grass #989893

Tints of Lemon Grass #989893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.7%

 BLUE value IS 147 (57.81% from 255) = 32.59%

R = 33.7%
G = 33.7%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#989893 (or 0x989893) is known color: Lemon Grass. HEX triplet: 98, 98 and 93. RGB value is (152,152,147). Sum of RGB (Red+Green+Blue) = 152+152+147=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989893 is #67676C. Grayscale: #979797. Windows color (decimal): -6776685 or 9672856. OLE color: 9672856.

HSL color Cylindrical-coordinate representation of color #989893: hue angle of 60º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989893 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 147 -
CMYK 0 0 0.03 0.40
HSL 60º 0.02% 0.59% -
HSV(B) 60º 0.03% 0.6% -
XYZ 29.44 31.24 32.08 -
YUV 151.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 152 152 147 0 0 0.03 0.40 60 0.02 0.59
Hex 98 98 93 0 0 3 28 3C 2 3B
Octal 230 230 223 0 0 3 50 74 2 73
Binary 10011000 10011000 10010011 0 0 11 101000 111100 10 111011

Color Harmonies of #989893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989893

Black with #989893

Text Example


Text Example

White with #989893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989893; }

 p { color: rgb(152,152,147); }

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

background-color css

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

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

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

border-color css

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

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

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