Shades of Almond Frost #9B8C7E
Tints of Almond Frost #9B8C7E
RGB
CMYK
RGB Variations
Color information
#9B8C7E (or 0x9B8C7E) is known color: Almond Frost. HEX triplet: 9B, 8C and 7E. RGB value is (155,140,126). Sum of RGB (Red+Green+Blue) = 155+140+126=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C7E is #647381. Grayscale: #8E8E8E. Windows color (decimal): -6583170 or 8293531. OLE color: 8293531.
HSL color Cylindrical-coordinate representation of color #9B8C7E: hue angle of 28.97º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9B8C7E is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 126 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.39 |
| HSL | 28.97º | 0.13% | 0.55% | - |
| HSV(B) | 28.97º | 0.19% | 0.61% | - |
| XYZ | 26.66 | 27.23 | 23.59 | - |
| YUV | 142.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 126 | 0 | 0.10 | 0.19 | 0.39 | 28.97 | 0.13 | 0.55 |
| Hex | 9B | 8C | 7E | 0 | A | 13 | 27 | 1D | D | 37 |
| Octal | 233 | 214 | 176 | 0 | 12 | 23 | 47 | 35 | 15 | 67 |
| Binary | 10011011 | 10001100 | 1111110 | 0 | 1010 | 10011 | 100111 | 11101 | 1101 | 110111 |
Color Harmonies of #9B8C7E
Complementary color
Monochromatic Colors of #9B8C7E
Black with #9B8C7E
Text Example
Text Example
White with #9B8C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C7E; }
p { color: rgb(155,140,126); }
H1.HeaderClassName
{
color: #9B8C7E;
}
.AnyTagClassName
{
color: #9B8C7E;
}
</style>
background-color css
<style>
a { background-color: #9B8C7E; }
a { background-color: rgb(155,140,126); }
div.DivClassName
{
background-color: #9B8C7E;
}
.BgClassName
{
background-color: #9B8C7E;
}
</style>
border-color css
<style>
span { border-color: #9B8C7E; }
span { border-color: rgb(155,140,126); }
td.TdClassName
{
border-color: #9B8C7E;
}
.TagClassName
{
border-color: #9B8C7E;
}
</style>