Html Css Color HEX #98987C Lemon Grass

📋 copy color: '#98987C'

red 152 ◦ green 152 ◦ blue 124

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

Shades of Lemon Grass #98987C

Tints of Lemon Grass #98987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 35.51%
G = 35.51%
B = 28.97%

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

#98987C (or 0x98987C) is known color: Lemon Grass. HEX triplet: 98, 98 and 7C. RGB value is (152,152,124). Sum of RGB (Red+Green+Blue) = 152+152+124=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98987C is #676783. Grayscale: #949494. Windows color (decimal): -6776708 or 8165528. OLE color: 8165528.

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

Color convert

RGB 152 152 124 -
CMYK 0 0 0.18 0.40
HSL 60º 0.12% 0.54% -
HSV(B) 60º 0.18% 0.6% -
XYZ 27.82 30.59 23.51 -
YUV 148.81 114 130.28 -
System Red Green Blue C M Y K H S L
Decimal 152 152 124 0 0 0.18 0.40 60 0.12 0.54
Hex 98 98 7C 0 0 12 28 3C C 36
Octal 230 230 174 0 0 22 50 74 14 66
Binary 10011000 10011000 1111100 0 0 10010 101000 111100 1100 110110

Color Harmonies of #98987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98987C

Black with #98987C

Text Example


Text Example

White with #98987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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