Html Css Color HEX #98977C Lemon Grass

📋 copy color: '#98977C'

red 152 ◦ green 151 ◦ blue 124

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

Shades of Lemon Grass #98977C

Tints of Lemon Grass #98977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.36%

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

R = 35.6%
G = 35.36%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98977C (or 0x98977C) is known color: Lemon Grass. HEX triplet: 98, 97 and 7C. RGB value is (152,151,124). Sum of RGB (Red+Green+Blue) = 152+151+124=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 151 (59.38% from 255 or 35.36% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #98977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98977C is #676883. Grayscale: #949494. Windows color (decimal): -6776964 or 8165272. OLE color: 8165272.

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

Color convert

RGB 152 151 124 -
CMYK 0 0.01 0.18 0.40
HSL 57.86º 0.12% 0.54% -
HSV(B) 57.86º 0.18% 0.6% -
XYZ 27.65 30.26 23.45 -
YUV 148.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 152 151 124 0 0.01 0.18 0.40 57.86 0.12 0.54
Hex 98 97 7C 0 1 12 28 3A C 36
Octal 230 227 174 0 1 22 50 72 14 66
Binary 10011000 10010111 1111100 0 1 10010 101000 111010 1100 110110

Color Harmonies of #98977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98977C

Black with #98977C

Text Example


Text Example

White with #98977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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