#988972

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

Shades of Pale Oyster #988972

Tints of Pale Oyster #988972

Color information

#988972 (or 0x988972) is unknown color: approx Pale Oyster. HEX triplet: 98, 89 and 72. RGB value is (152,137,114). Sum of RGB (Red+Green+Blue) = 152+137+114=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #988972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988972 is #67768D. Grayscale: #8A8A8A. Windows color (decimal): -6780558 or 7506328. OLE color: 7506328.

HSL color Cylindrical-coordinate representation of color #988972: hue angle of 36.32º 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 #988972 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB152137114-
CMYK00.100.250.40
HSL36.32º15.57%52.16%-
HSV(B)36.32º25%59.61%-
XYZ24.9325.7819.58-
YUV138.86113.97137.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.72%
GREEN value IS 137 (53.91% from 255) = 34.00%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=37.72%
G=34.00%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213711400.100.250.4036.3215.5752.16
Hex9889720A1928241034
Octal2302111620123150442064
Binary10011000100010011110010010101100110100010010010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988972; }

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

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

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

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

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

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

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

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