Html Css Color HEX #98987B Lemon Grass

📋 copy color: '#98987B'

red 152 ◦ green 152 ◦ blue 123

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

Shades of Lemon Grass #98987B

Tints of Lemon Grass #98987B

RGB

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

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

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

R = 35.6%
G = 35.6%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98987B (or 0x98987B) is known color: Lemon Grass. HEX triplet: 98, 98 and 7B. RGB value is (152,152,123). Sum of RGB (Red+Green+Blue) = 152+152+123=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 152 - color contains mainly: red, green. Hex color #98987B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98987B is #676784. Grayscale: #949494. Windows color (decimal): -6776709 or 8099992. OLE color: 8099992.

HSL color Cylindrical-coordinate representation of color #98987B: 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.19%. Process color model (Four color, CMYK) of #98987B is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 152 123 -
CMYK 0 0 0.19 0.40
HSL 60º 0.12% 0.54% -
HSV(B) 60º 0.19% 0.6% -
XYZ 27.75 30.56 23.18 -
YUV 148.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 152 152 123 0 0 0.19 0.40 60 0.12 0.54
Hex 98 98 7B 0 0 13 28 3C C 36
Octal 230 230 173 0 0 23 50 74 14 66
Binary 10011000 10011000 1111011 0 0 10011 101000 111100 1100 110110

Color Harmonies of #98987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98987B

Black with #98987B

Text Example


Text Example

White with #98987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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