#988E80

Color #988E80 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #988E80

Tints of Heathered Grey #988E80

Color information

#988E80 (or 0x988E80) is unknown color: approx Heathered Grey. HEX triplet: 98, 8E and 80. RGB value is (152,142,128). Sum of RGB (Red+Green+Blue) = 152+142+128=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988E80 is #67717F. Grayscale: #8F8F8F. Windows color (decimal): -6779264 or 8425112. OLE color: 8425112.

HSL color Cylindrical-coordinate representation of color #988E80: hue angle of 35º 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 #988E80 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152142128-
CMYK00.070.160.40
HSL35º10.43%54.9%-
HSV(B)35º15.79%59.61%-
XYZ26.5227.5824.35-
YUV143.39119.31134.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 128 (50.39% from 255) = 30.33%
R=36.02%
G=33.65%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214212800.070.160.403510.4354.9
Hex988E8007102823a37
Octal230216200072050431267
Binary1001100010001110100000000111100001010001000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988E80; }

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

 H1.HeaderClassName
 {
   color: #988E80;
 }
 .AnyTagClassName
 {
   color: #988E80;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #988E80;
 }
 .BgClassName
 {
   background-color: #988E80;
 }
</style>
border-color css

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

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

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