Html Css Color HEX #989A8E Lemon Grass

📋 copy color: '#989A8E'

red 152 ◦ green 154 ◦ blue 142

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

Shades of Lemon Grass #989A8E

Tints of Lemon Grass #989A8E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.38%

 BLUE value IS 142 (55.86% from 255) = 31.7%

R = 33.93%
G = 34.38%
B = 31.7%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#989A8E (or 0x989A8E) is known color: Lemon Grass. HEX triplet: 98, 9A and 8E. RGB value is (152,154,142). Sum of RGB (Red+Green+Blue) = 152+154+142=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 154 - color contains mainly: green. Hex color #989A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989A8E is #676571. Grayscale: #989898. Windows color (decimal): -6776178 or 9345688. OLE color: 9345688.

HSL color Cylindrical-coordinate representation of color #989A8E: hue angle of 70º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #989A8E is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 154 142 -
CMYK 0.01 0 0.08 0.40
HSL 70º 0.06% 0.58% -
HSV(B) 70º 0.08% 0.6% -
XYZ 29.39 31.74 30.17 -
YUV 152.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 152 154 142 0.01 0 0.08 0.40 70 0.06 0.58
Hex 98 9A 8E 1 0 8 28 46 6 3A
Octal 230 232 216 1 0 10 50 106 6 72
Binary 10011000 10011010 10001110 1 0 1000 101000 1000110 110 111010

Color Harmonies of #989A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989A8E

Black with #989A8E

Text Example


Text Example

White with #989A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989A8E; }

 p { color: rgb(152,154,142); }

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

background-color css

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

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

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

border-color css

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

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

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