Shades of Pale Oyster #9B8D6E
Tints of Pale Oyster #9B8D6E
RGB
CMYK
RGB Variations
Color information
#9B8D6E (or 0x9B8D6E) is known color: 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
| RGB | 155 | 141 | 110 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.39 |
| HSL | 41.33º | 0.18% | 0.52% | - |
| HSV(B) | 41.33º | 0.29% | 0.61% | - |
| XYZ | 25.86 | 27.14 | 18.63 | - |
| YUV | 141.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 110 | 0 | 0.09 | 0.29 | 0.39 | 41.33 | 0.18 | 0.52 |
| Hex | 9B | 8D | 6E | 0 | 9 | 1D | 27 | 29 | 12 | 34 |
| Octal | 233 | 215 | 156 | 0 | 11 | 35 | 47 | 51 | 22 | 64 |
| Binary | 10011011 | 10001101 | 1101110 | 0 | 1001 | 11101 | 100111 | 101001 | 10010 | 110100 |
Color Harmonies of #9B8D6E
Complementary color
Monochromatic Colors of #9B8D6E
Black with #9B8D6E
Text Example
Text Example
White with #9B8D6E
Text Example
Text Example
HTML Codes & Css Web 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>