Html Css Color HEX #98978A Lemon Grass

📋 copy color: '#98978A'

red 152 ◦ green 151 ◦ blue 138

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

Shades of Lemon Grass #98978A

Tints of Lemon Grass #98978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 34.47%
G = 34.24%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98978A (or 0x98978A) is known color: Lemon Grass. HEX triplet: 98, 97 and 8A. RGB value is (152,151,138). Sum of RGB (Red+Green+Blue) = 152+151+138=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 152 - color contains mainly: red. Hex color #98978A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98978A is #676875. Grayscale: #959595. Windows color (decimal): -6776950 or 9082776. OLE color: 9082776.

HSL color Cylindrical-coordinate representation of color #98978A: hue angle of 55.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98978A is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 138 -
CMYK 0 0.01 0.09 0.40
HSL 55.71º 0.06% 0.57% -
HSV(B) 55.71º 0.09% 0.6% -
XYZ 28.6 30.64 28.45 -
YUV 149.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 152 151 138 0 0.01 0.09 0.40 55.71 0.06 0.57
Hex 98 97 8A 0 1 9 28 38 6 39
Octal 230 227 212 0 1 11 50 70 6 71
Binary 10011000 10010111 10001010 0 1 1001 101000 111000 110 111001

Color Harmonies of #98978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98978A

Black with #98978A

Text Example


Text Example

White with #98978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98978A; }

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

 H1.HeaderClassName
 {
   color: #98978A;
 }
 .AnyTagClassName
 {
   color: #98978A;
 }
</style>

background-color css

<style>
 a { background-color: #98978A; }

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

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

border-color css

<style>
 span { border-color: #98978A; }

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

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