Shades of Nomad #98958A
Tints of Nomad #98958A
RGB
CMYK
RGB Variations
Color information
#98958A (or 0x98958A) is known color: Nomad. HEX triplet: 98, 95 and 8A. RGB value is (152,149,138). Sum of RGB (Red+Green+Blue) = 152+149+138=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #98958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98958A is #676A75. Grayscale: #949494. Windows color (decimal): -6777462 or 9082264. OLE color: 9082264.
HSL color Cylindrical-coordinate representation of color #98958A: hue angle of 47.14º 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 #98958A is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 138 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.40 |
| HSL | 47.14º | 0.06% | 0.57% | - |
| HSV(B) | 47.14º | 0.09% | 0.6% | - |
| XYZ | 28.28 | 30.01 | 28.35 | - |
| YUV | 148.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 138 | 0 | 0.02 | 0.09 | 0.40 | 47.14 | 0.06 | 0.57 |
| Hex | 98 | 95 | 8A | 0 | 2 | 9 | 28 | 2F | 6 | 39 |
| Octal | 230 | 225 | 212 | 0 | 2 | 11 | 50 | 57 | 6 | 71 |
| Binary | 10011000 | 10010101 | 10001010 | 0 | 10 | 1001 | 101000 | 101111 | 110 | 111001 |
Color Harmonies of #98958A
Complementary color
Monochromatic Colors of #98958A
Black with #98958A
Text Example
Text Example
White with #98958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98958A; }
p { color: rgb(152,149,138); }
H1.HeaderClassName
{
color: #98958A;
}
.AnyTagClassName
{
color: #98958A;
}
</style>
background-color css
<style>
a { background-color: #98958A; }
a { background-color: rgb(152,149,138); }
div.DivClassName
{
background-color: #98958A;
}
.BgClassName
{
background-color: #98958A;
}
</style>
border-color css
<style>
span { border-color: #98958A; }
span { border-color: rgb(152,149,138); }
td.TdClassName
{
border-color: #98958A;
}
.TagClassName
{
border-color: #98958A;
}
</style>