#9E917B

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

Shades of Pale Oyster #9E917B

Tints of Pale Oyster #9E917B

Color information

#9E917B (or 0x9E917B) is unknown color: approx Pale Oyster. HEX triplet: 9E, 91 and 7B. RGB value is (158,145,123). Sum of RGB (Red+Green+Blue) = 158+145+123=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E917B is #616E84. Grayscale: #929292. Windows color (decimal): -6385285 or 8098206. OLE color: 8098206.

HSL color Cylindrical-coordinate representation of color #9E917B: hue angle of 37.71º 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 #9E917B is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB158145123-
CMYK00.080.220.38
HSL37.71º15.28%55.1%-
HSV(B)37.71º22.15%61.96%-
XYZ27.828.9522.86-
YUV146.38114.81136.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.09%
GREEN value IS 145 (57.03% from 255) = 34.04%
BLUE value IS 123 (48.44% from 255) = 28.87%
R=37.09%
G=34.04%
B=28.87%

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
Decimal15814512300.080.220.3837.7115.2855.1
Hex9E917B08162626f37
Octal2362211730102646461767
Binary1001111010010001111101101000101101001101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,145,123); }

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

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

 a { background-color: rgb(158,145,123); }

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

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

 span { border-color: rgb(158,145,123); }

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