Html Css Color HEX #98977F Lemon Grass

📋 copy color: '#98977F'

red 152 ◦ green 151 ◦ blue 127

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

Shades of Lemon Grass #98977F

Tints of Lemon Grass #98977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 35.35%
G = 35.12%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#98977F (or 0x98977F) is known color: Lemon Grass. HEX triplet: 98, 97 and 7F. RGB value is (152,151,127). Sum of RGB (Red+Green+Blue) = 152+151+127=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #98977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98977F is #676880. Grayscale: #949494. Windows color (decimal): -6776961 or 8361880. OLE color: 8361880.

HSL color Cylindrical-coordinate representation of color #98977F: hue angle of 57.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #98977F is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 127 -
CMYK 0 0.01 0.16 0.40
HSL 57.6º 0.11% 0.55% -
HSV(B) 57.6º 0.16% 0.6% -
XYZ 27.85 30.34 24.47 -
YUV 148.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 152 151 127 0 0.01 0.16 0.40 57.6 0.11 0.55
Hex 98 97 7F 0 1 10 28 3A B 37
Octal 230 227 177 0 1 20 50 72 13 67
Binary 10011000 10010111 1111111 0 1 10000 101000 111010 1011 110111

Color Harmonies of #98977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98977F

Black with #98977F

Text Example


Text Example

White with #98977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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