Html Css Color HEX #98987D Lemon Grass

📋 copy color: '#98987D'

red 152 ◦ green 152 ◦ blue 125

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

Shades of Lemon Grass #98987D

Tints of Lemon Grass #98987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 35.43%
G = 35.43%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98987D (or 0x98987D) is known color: Lemon Grass. HEX triplet: 98, 98 and 7D. RGB value is (152,152,125). Sum of RGB (Red+Green+Blue) = 152+152+125=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98987D is #676782. Grayscale: #959595. Windows color (decimal): -6776707 or 8231064. OLE color: 8231064.

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

Color convert

RGB 152 152 125 -
CMYK 0 0 0.18 0.40
HSL 60º 0.12% 0.54% -
HSV(B) 60º 0.18% 0.6% -
XYZ 27.88 30.61 23.84 -
YUV 148.92 114.5 130.2 -
System Red Green Blue C M Y K H S L
Decimal 152 152 125 0 0 0.18 0.40 60 0.12 0.54
Hex 98 98 7D 0 0 12 28 3C C 36
Octal 230 230 175 0 0 22 50 74 14 66
Binary 10011000 10011000 1111101 0 0 10010 101000 111100 1100 110110

Color Harmonies of #98987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98987D

Black with #98987D

Text Example


Text Example

White with #98987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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