Shades of Almond Frost #9B8C7F
Tints of Almond Frost #9B8C7F
RGB
CMYK
RGB Variations
Color information
#9B8C7F (or 0x9B8C7F) is known color: Almond Frost. HEX triplet: 9B, 8C and 7F. RGB value is (155,140,127). Sum of RGB (Red+Green+Blue) = 155+140+127=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C7F is #647380. Grayscale: #8F8F8F. Windows color (decimal): -6583169 or 8359067. OLE color: 8359067.
HSL color Cylindrical-coordinate representation of color #9B8C7F: hue angle of 27.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B8C7F is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 127 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.39 |
| HSL | 27.86º | 0.12% | 0.55% | - |
| HSV(B) | 27.86º | 0.18% | 0.61% | - |
| XYZ | 26.73 | 27.26 | 23.93 | - |
| YUV | 143 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 127 | 0 | 0.10 | 0.18 | 0.39 | 27.86 | 0.12 | 0.55 |
| Hex | 9B | 8C | 7F | 0 | A | 12 | 27 | 1C | C | 37 |
| Octal | 233 | 214 | 177 | 0 | 12 | 22 | 47 | 34 | 14 | 67 |
| Binary | 10011011 | 10001100 | 1111111 | 0 | 1010 | 10010 | 100111 | 11100 | 1100 | 110111 |
Color Harmonies of #9B8C7F
Complementary color
Monochromatic Colors of #9B8C7F
Black with #9B8C7F
Text Example
Text Example
White with #9B8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C7F; }
p { color: rgb(155,140,127); }
H1.HeaderClassName
{
color: #9B8C7F;
}
.AnyTagClassName
{
color: #9B8C7F;
}
</style>
background-color css
<style>
a { background-color: #9B8C7F; }
a { background-color: rgb(155,140,127); }
div.DivClassName
{
background-color: #9B8C7F;
}
.BgClassName
{
background-color: #9B8C7F;
}
</style>
border-color css
<style>
span { border-color: #9B8C7F; }
span { border-color: rgb(155,140,127); }
td.TdClassName
{
border-color: #9B8C7F;
}
.TagClassName
{
border-color: #9B8C7F;
}
</style>