#988B74

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

Shades of Pale Oyster #988B74

Tints of Pale Oyster #988B74

Color information

#988B74 (or 0x988B74) is unknown color: approx Pale Oyster. HEX triplet: 98, 8B and 74. RGB value is (152,139,116). Sum of RGB (Red+Green+Blue) = 152+139+116=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #988B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B74 is #67748B. Grayscale: #8C8C8C. Windows color (decimal): -6780044 or 7637912. OLE color: 7637912.

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

Color convert

RGB152139116-
CMYK00.090.240.40
HSL38.33º14.88%52.55%-
HSV(B)38.33º23.68%59.61%-
XYZ25.3326.420.28-
YUV140.26114.31136.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 139 (54.69% from 255) = 34.15%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=37.35%
G=34.15%
B=28.50%

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
Decimal15213911600.090.240.4038.3314.8852.55
Hex988B7409182826f35
Octal2302131640113050461765
Binary1001100010001011111010001001110001010001001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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