#9E927C

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

Shades of Pale Oyster #9E927C

Tints of Pale Oyster #9E927C

Color information

#9E927C (or 0x9E927C) is unknown color: approx Pale Oyster. HEX triplet: 9E, 92 and 7C. RGB value is (158,146,124). Sum of RGB (Red+Green+Blue) = 158+146+124=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 158 - color contains mainly: red. Hex color #9E927C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E927C is #616D83. Grayscale: #939393. Windows color (decimal): -6385028 or 8163998. OLE color: 8163998.

HSL color Cylindrical-coordinate representation of color #9E927C: hue angle of 38.82º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E927C is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB158146124-
CMYK00.080.220.38
HSL38.82º14.91%55.29%-
HSV(B)38.82º21.52%61.96%-
XYZ28.0229.2823.24-
YUV147.08114.98135.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 146 (57.42% from 255) = 34.11%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=36.92%
G=34.11%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814612400.080.220.3838.8214.9155.29
Hex9E927C08162627f37
Octal2362221740102646471767
Binary1001111010010010111110001000101101001101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E927C; }

 p { color: rgb(158,146,124); }

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

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

 a { background-color: rgb(158,146,124); }

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

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

 span { border-color: rgb(158,146,124); }

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