Html Css Color HEX #98988F Lemon Grass

📋 copy color: '#98988F'

red 152 ◦ green 152 ◦ blue 143

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

Shades of Lemon Grass #98988F

Tints of Lemon Grass #98988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.99%

R = 34%
G = 34%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98988F (or 0x98988F) is known color: Lemon Grass. HEX triplet: 98, 98 and 8F. RGB value is (152,152,143). Sum of RGB (Red+Green+Blue) = 152+152+143=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98988F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98988F is #676770. Grayscale: #979797. Windows color (decimal): -6776689 or 9410712. OLE color: 9410712.

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

Color convert

RGB 152 152 143 -
CMYK 0 0 0.06 0.40
HSL 60º 0.04% 0.58% -
HSV(B) 60º 0.06% 0.6% -
XYZ 29.14 31.12 30.46 -
YUV 150.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 152 152 143 0 0 0.06 0.40 60 0.04 0.58
Hex 98 98 8F 0 0 6 28 3C 4 3A
Octal 230 230 217 0 0 6 50 74 4 72
Binary 10011000 10011000 10001111 0 0 110 101000 111100 100 111010

Color Harmonies of #98988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98988F

Black with #98988F

Text Example


Text Example

White with #98988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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