Html Css Color HEX #989880 Lemon Grass

📋 copy color: '#989880'

red 152 ◦ green 152 ◦ blue 128

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

Shades of Lemon Grass #989880

Tints of Lemon Grass #989880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.63%

R = 35.19%
G = 35.19%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#989880 (or 0x989880) is known color: Lemon Grass. HEX triplet: 98, 98 and 80. RGB value is (152,152,128). Sum of RGB (Red+Green+Blue) = 152+152+128=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 152 - color contains mainly: red, green. Hex color #989880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989880 is #67677F. Grayscale: #959595. Windows color (decimal): -6776704 or 8427672. OLE color: 8427672.

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

Color convert

RGB 152 152 128 -
CMYK 0 0 0.16 0.40
HSL 60º 0.1% 0.55% -
HSV(B) 60º 0.16% 0.6% -
XYZ 28.07 30.69 24.87 -
YUV 149.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 152 152 128 0 0 0.16 0.40 60 0.1 0.55
Hex 98 98 80 0 0 10 28 3C A 37
Octal 230 230 200 0 0 20 50 74 12 67
Binary 10011000 10011000 10000000 0 0 10000 101000 111100 1010 110111

Color Harmonies of #989880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989880

Black with #989880

Text Example


Text Example

White with #989880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989880; }

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

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

background-color css

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

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

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

border-color css

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

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

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