#988A74

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

Shades of Pale Oyster #988A74

Tints of Pale Oyster #988A74

Color information

#988A74 (or 0x988A74) is unknown color: approx Pale Oyster. HEX triplet: 98, 8A and 74. RGB value is (152,138,116). Sum of RGB (Red+Green+Blue) = 152+138+116=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #988A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A74 is #67758B. Grayscale: #8B8B8B. Windows color (decimal): -6780300 or 7637656. OLE color: 7637656.

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

Color convert

RGB152138116-
CMYK00.090.240.40
HSL36.67º14.88%52.55%-
HSV(B)36.67º23.68%59.61%-
XYZ25.1926.1120.24-
YUV139.68114.64136.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 138 (54.30% from 255) = 33.99%
BLUE value IS 116 (45.70% from 255) = 28.57%
R=37.44%
G=33.99%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213811600.090.240.4036.6714.8852.55
Hex988A7409182825f35
Octal2302121640113050451765
Binary1001100010001010111010001001110001010001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,138,116); }

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

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

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

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

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

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

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