#988D72

Color #988D72 Pale Oyster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Oyster #988D72

Tints of Pale Oyster #988D72

Color information

#988D72 (or 0x988D72) is unknown color: approx Pale Oyster. HEX triplet: 98, 8D and 72. RGB value is (152,141,114). Sum of RGB (Red+Green+Blue) = 152+141+114=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D72 is #67728D. Grayscale: #8D8D8D. Windows color (decimal): -6779534 or 7507352. OLE color: 7507352.

HSL color Cylindrical-coordinate representation of color #988D72: hue angle of 42.63º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #988D72 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB152141114-
CMYK00.070.250.40
HSL42.63º15.57%52.16%-
HSV(B)42.63º25%59.61%-
XYZ25.5126.9419.77-
YUV141.21112.64135.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 141 (55.47% from 255) = 34.64%
BLUE value IS 114 (44.92% from 255) = 28.01%
R=37.35%
G=34.64%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214111400.070.250.4042.6315.5752.16
Hex988D720719282b1034
Octal230215162073150532064
Binary1001100010001101111001001111100110100010101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,141,114); }

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

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

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

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

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

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

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