Html Css Color HEX #989881 Lemon Grass

📋 copy color: '#989881'

red 152 ◦ green 152 ◦ blue 129

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

Shades of Lemon Grass #989881

Tints of Lemon Grass #989881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.79%

R = 35.1%
G = 35.1%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#989881 (or 0x989881) is known color: Lemon Grass. HEX triplet: 98, 98 and 81. RGB value is (152,152,129). Sum of RGB (Red+Green+Blue) = 152+152+129=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989881 is #67677E. Grayscale: #959595. Windows color (decimal): -6776703 or 8493208. OLE color: 8493208.

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

Color convert

RGB 152 152 129 -
CMYK 0 0 0.15 0.40
HSL 60º 0.1% 0.55% -
HSV(B) 60º 0.15% 0.6% -
XYZ 28.14 30.72 25.21 -
YUV 149.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 152 152 129 0 0 0.15 0.40 60 0.1 0.55
Hex 98 98 81 0 0 F 28 3C A 37
Octal 230 230 201 0 0 17 50 74 12 67
Binary 10011000 10011000 10000001 0 0 1111 101000 111100 1010 110111

Color Harmonies of #989881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989881

Black with #989881

Text Example


Text Example

White with #989881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989881; }

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

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

background-color css

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

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

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

border-color css

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

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

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