#9B8D6D

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

Shades of Pale Oyster #9B8D6D

Tints of Pale Oyster #9B8D6D

Color information

#9B8D6D (or 0x9B8D6D) is unknown color: approx Pale Oyster. HEX triplet: 9B, 8D and 6D. RGB value is (155,141,109). Sum of RGB (Red+Green+Blue) = 155+141+109=405 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.27% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8D6D is #647292. Grayscale: #8D8D8D. Windows color (decimal): -6582931 or 7179675. OLE color: 7179675.

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

Color convert

RGB155141109-
CMYK00.090.300.39
HSL41.74º18.7%51.76%-
HSV(B)41.74º29.68%60.78%-
XYZ25.827.1218.34-
YUV141.54109.64137.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.27%
GREEN value IS 141 (55.47% from 255) = 34.81%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=38.27%
G=34.81%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514110900.090.300.3941.7418.751.76
Hex9B8D6D091E272a1334
Octal2332151550113647522364
Binary10011011100011011101101010011111010011110101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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