#9B8D70

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

Shades of Pale Oyster #9B8D70

Tints of Pale Oyster #9B8D70

Color information

#9B8D70 (or 0x9B8D70) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8D and 70. RGB value is (155,141,112). Sum of RGB (Red+Green+Blue) = 155+141+112=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D70 is #64728F. Grayscale: #8E8E8E. Windows color (decimal): -6582928 or 7376283. OLE color: 7376283.

HSL color Cylindrical-coordinate representation of color #9B8D70: hue angle of 40.47º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B8D70 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB155141112-
CMYK00.090.280.39
HSL40.47º17.7%52.35%-
HSV(B)40.47º27.74%60.78%-
XYZ25.9727.1919.21-
YUV141.88111.14137.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.99%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=37.99%
G=34.56%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514111200.090.280.3940.4717.752.35
Hex9B8D70091C27281234
Octal2332151600113447502264
Binary10011011100011011110000010011110010011110100010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,141,112); }

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

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

 a { background-color: rgb(155,141,112); }

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

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

 span { border-color: rgb(155,141,112); }

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