#988A65

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

Shades of Pale Oyster #988A65

Tints of Pale Oyster #988A65

Color information

#988A65 (or 0x988A65) is unknown color: approx Pale Oyster. HEX triplet: 98, 8A and 65. RGB value is (152,138,101). Sum of RGB (Red+Green+Blue) = 152+138+101=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #988A65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A65 is #67759A. Grayscale: #8A8A8A. Windows color (decimal): -6780315 or 6654616. OLE color: 6654616.

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

Color convert

RGB152138101-
CMYK00.090.340.40
HSL43.53º20.16%49.61%-
HSV(B)43.53º33.55%59.61%-
XYZ24.3925.7916-
YUV137.97107.14138.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 138 (54.30% from 255) = 35.29%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=38.87%
G=35.29%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213810100.090.340.4043.5320.1649.61
Hex988A650922282c1432
Octal2302121450114250542462
Binary100110001000101011001010100110001010100010110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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