#9B8D6E

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

Shades of Pale Oyster #9B8D6E

Tints of Pale Oyster #9B8D6E

Color information

#9B8D6E (or 0x9B8D6E) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8D and 6E. RGB value is (155,141,110). Sum of RGB (Red+Green+Blue) = 155+141+110=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D6E is #647291. Grayscale: #8D8D8D. Windows color (decimal): -6582930 or 7245211. OLE color: 7245211.

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

Color convert

RGB155141110-
CMYK00.090.290.39
HSL41.33º18.37%51.96%-
HSV(B)41.33º29.03%60.78%-
XYZ25.8627.1418.63-
YUV141.65110.14137.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 110 (43.36% from 255) = 27.09%
R=38.18%
G=34.73%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514111000.090.290.3941.3318.3751.96
Hex9B8D6E091D27291234
Octal2332151560113547512264
Binary10011011100011011101110010011110110011110100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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