Shades of Pale Oyster #9C8E6D
Tints of Pale Oyster #9C8E6D
RGB
CMYK
RGB Variations
Color information
#9C8E6D (or 0x9C8E6D) is known color: Pale Oyster. HEX triplet: 9C, 8E and 6D. RGB value is (156,142,109). Sum of RGB (Red+Green+Blue) = 156+142+109=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8E6D is #637192. Grayscale: #8E8E8E. Windows color (decimal): -6517139 or 7179932. OLE color: 7179932.
HSL color Cylindrical-coordinate representation of color #9C8E6D: hue angle of 42.13º 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 #9C8E6D is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 142 | 109 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.39 |
| HSL | 42.13º | 0.19% | 0.52% | - |
| HSV(B) | 42.13º | 0.3% | 0.61% | - |
| XYZ | 26.14 | 27.52 | 18.4 | - |
| YUV | 142.42 | 109.14 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 109 | 0 | 0.09 | 0.30 | 0.39 | 42.13 | 0.19 | 0.52 |
| Hex | 9C | 8E | 6D | 0 | 9 | 1E | 27 | 2A | 13 | 34 |
| Octal | 234 | 216 | 155 | 0 | 11 | 36 | 47 | 52 | 23 | 64 |
| Binary | 10011100 | 10001110 | 1101101 | 0 | 1001 | 11110 | 100111 | 101010 | 10011 | 110100 |
Color Harmonies of #9C8E6D
Complementary color
Monochromatic Colors of #9C8E6D
Black with #9C8E6D
Text Example
Text Example
White with #9C8E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8E6D; }
p { color: rgb(156,142,109); }
H1.HeaderClassName
{
color: #9C8E6D;
}
.AnyTagClassName
{
color: #9C8E6D;
}
</style>
background-color css
<style>
a { background-color: #9C8E6D; }
a { background-color: rgb(156,142,109); }
div.DivClassName
{
background-color: #9C8E6D;
}
.BgClassName
{
background-color: #9C8E6D;
}
</style>
border-color css
<style>
span { border-color: #9C8E6D; }
span { border-color: rgb(156,142,109); }
td.TdClassName
{
border-color: #9C8E6D;
}
.TagClassName
{
border-color: #9C8E6D;
}
</style>