Shades of Nomad #98958B
Tints of Nomad #98958B
RGB
CMYK
RGB Variations
Color information
#98958B (or 0x98958B) is known color: Nomad. HEX triplet: 98, 95 and 8B. RGB value is (152,149,139). Sum of RGB (Red+Green+Blue) = 152+149+139=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #98958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98958B is #676A74. Grayscale: #949494. Windows color (decimal): -6777461 or 9147800. OLE color: 9147800.
HSL color Cylindrical-coordinate representation of color #98958B: hue angle of 46.15º 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 #98958B is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 139 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.40 |
| HSL | 46.15º | 0.06% | 0.57% | - |
| HSV(B) | 46.15º | 0.09% | 0.6% | - |
| XYZ | 28.36 | 30.03 | 28.73 | - |
| YUV | 148.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 139 | 0 | 0.02 | 0.09 | 0.40 | 46.15 | 0.06 | 0.57 |
| Hex | 98 | 95 | 8B | 0 | 2 | 9 | 28 | 2E | 6 | 39 |
| Octal | 230 | 225 | 213 | 0 | 2 | 11 | 50 | 56 | 6 | 71 |
| Binary | 10011000 | 10010101 | 10001011 | 0 | 10 | 1001 | 101000 | 101110 | 110 | 111001 |
Color Harmonies of #98958B
Complementary color
Monochromatic Colors of #98958B
Black with #98958B
Text Example
Text Example
White with #98958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98958B; }
p { color: rgb(152,149,139); }
H1.HeaderClassName
{
color: #98958B;
}
.AnyTagClassName
{
color: #98958B;
}
</style>
background-color css
<style>
a { background-color: #98958B; }
a { background-color: rgb(152,149,139); }
div.DivClassName
{
background-color: #98958B;
}
.BgClassName
{
background-color: #98958B;
}
</style>
border-color css
<style>
span { border-color: #98958B; }
span { border-color: rgb(152,149,139); }
td.TdClassName
{
border-color: #98958B;
}
.TagClassName
{
border-color: #98958B;
}
</style>