Shades of Nomad #98948B
Tints of Nomad #98948B
RGB
CMYK
RGB Variations
Color information
#98948B (or 0x98948B) is known color: Nomad. HEX triplet: 98, 94 and 8B. RGB value is (152,148,139). Sum of RGB (Red+Green+Blue) = 152+148+139=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #98948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98948B is #676B74. Grayscale: #949494. Windows color (decimal): -6777717 or 9147544. OLE color: 9147544.
HSL color Cylindrical-coordinate representation of color #98948B: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98948B is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 139 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.40 |
| HSL | 41.54º | 0.06% | 0.57% | - |
| HSV(B) | 41.54º | 0.09% | 0.6% | - |
| XYZ | 28.2 | 29.72 | 28.68 | - |
| YUV | 148.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 139 | 0 | 0.03 | 0.09 | 0.40 | 41.54 | 0.06 | 0.57 |
| Hex | 98 | 94 | 8B | 0 | 3 | 9 | 28 | 2A | 6 | 39 |
| Octal | 230 | 224 | 213 | 0 | 3 | 11 | 50 | 52 | 6 | 71 |
| Binary | 10011000 | 10010100 | 10001011 | 0 | 11 | 1001 | 101000 | 101010 | 110 | 111001 |
Color Harmonies of #98948B
Complementary color
Monochromatic Colors of #98948B
Black with #98948B
Text Example
Text Example
White with #98948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98948B; }
p { color: rgb(152,148,139); }
H1.HeaderClassName
{
color: #98948B;
}
.AnyTagClassName
{
color: #98948B;
}
</style>
background-color css
<style>
a { background-color: #98948B; }
a { background-color: rgb(152,148,139); }
div.DivClassName
{
background-color: #98948B;
}
.BgClassName
{
background-color: #98948B;
}
</style>
border-color css
<style>
span { border-color: #98948B; }
span { border-color: rgb(152,148,139); }
td.TdClassName
{
border-color: #98948B;
}
.TagClassName
{
border-color: #98948B;
}
</style>