Html Css Color HEX #989894 Lemon Grass

📋 copy color: '#989894'

red 152 ◦ green 152 ◦ blue 148

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

Shades of Lemon Grass #989894

Tints of Lemon Grass #989894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.74%

R = 33.63%
G = 33.63%
B = 32.74%

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

#989894 (or 0x989894) is known color: Lemon Grass. HEX triplet: 98, 98 and 94. RGB value is (152,152,148). Sum of RGB (Red+Green+Blue) = 152+152+148=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989894 is #67676B. Grayscale: #979797. Windows color (decimal): -6776684 or 9738392. OLE color: 9738392.

HSL color Cylindrical-coordinate representation of color #989894: 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 #989894 is Cyan = 0, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 148 -
CMYK 0 0 0.03 0.40
HSL 60º 0.02% 0.59% -
HSV(B) 60º 0.03% 0.6% -
XYZ 29.52 31.27 32.5 -
YUV 151.54 126 128.33 -
System Red Green Blue C M Y K H S L
Decimal 152 152 148 0 0 0.03 0.40 60 0.02 0.59
Hex 98 98 94 0 0 3 28 3C 2 3B
Octal 230 230 224 0 0 3 50 74 2 73
Binary 10011000 10011000 10010100 0 0 11 101000 111100 10 111011

Color Harmonies of #989894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989894

Black with #989894

Text Example


Text Example

White with #989894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989894; }

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

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

background-color css

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

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

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

border-color css

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

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

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