Html Css Color HEX #98998E Lemon Grass

📋 copy color: '#98998E'

red 152 ◦ green 153 ◦ blue 142

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

Shades of Lemon Grass #98998E

Tints of Lemon Grass #98998E

RGB

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

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

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

R = 34%
G = 34.23%
B = 31.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#98998E (or 0x98998E) is known color: Lemon Grass. HEX triplet: 98, 99 and 8E. RGB value is (152,153,142). Sum of RGB (Red+Green+Blue) = 152+153+142=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #98998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98998E is #676671. Grayscale: #979797. Windows color (decimal): -6776434 or 9345432. OLE color: 9345432.

HSL color Cylindrical-coordinate representation of color #98998E: hue angle of 65.45º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98998E is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 153 142 -
CMYK 0.01 0 0.07 0.4
HSL 65.45º 0.05% 0.58% -
HSV(B) 65.45º 0.07% 0.6% -
XYZ 29.22 31.41 30.11 -
YUV 151.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 152 153 142 0.01 0 0.07 0.4 65.45 0.05 0.58
Hex 98 99 8E 1 0 7 28 41 5 3A
Octal 230 231 216 1 0 7 50 101 5 72
Binary 10011000 10011001 10001110 1 0 111 101000 1000001 101 111010

Color Harmonies of #98998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98998E

Black with #98998E

Text Example


Text Example

White with #98998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98998E; }

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

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

background-color css

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

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

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

border-color css

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

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

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