Html Css Color HEX #98997B Lemon Grass

📋 copy color: '#98997B'

red 152 ◦ green 153 ◦ blue 123

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

Shades of Lemon Grass #98997B

Tints of Lemon Grass #98997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 35.51%
G = 35.75%
B = 28.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#98997B (or 0x98997B) is known color: Lemon Grass. HEX triplet: 98, 99 and 7B. RGB value is (152,153,123). Sum of RGB (Red+Green+Blue) = 152+153+123=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #98997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98997B is #676684. Grayscale: #959595. Windows color (decimal): -6776453 or 8100248. OLE color: 8100248.

HSL color Cylindrical-coordinate representation of color #98997B: hue angle of 62º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98997B is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 153 123 -
CMYK 0.01 0 0.20 0.4
HSL 62º 0.13% 0.54% -
HSV(B) 62º 0.2% 0.6% -
XYZ 27.92 30.89 23.23 -
YUV 149.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 152 153 123 0.01 0 0.20 0.4 62 0.13 0.54
Hex 98 99 7B 1 0 14 28 3E D 36
Octal 230 231 173 1 0 24 50 76 15 66
Binary 10011000 10011001 1111011 1 0 10100 101000 111110 1101 110110

Color Harmonies of #98997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98997B

Black with #98997B

Text Example


Text Example

White with #98997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98997B; }

 p { color: rgb(152,153,123); }

 H1.HeaderClassName
 {
   color: #98997B;
 }
 .AnyTagClassName
 {
   color: #98997B;
 }
</style>

background-color css

<style>
 a { background-color: #98997B; }

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

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

border-color css

<style>
 span { border-color: #98997B; }

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

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