Shades of Nomad #98948C
Tints of Nomad #98948C
RGB
CMYK
RGB Variations
Color information
#98948C (or 0x98948C) is known color: Nomad. HEX triplet: 98, 94 and 8C. RGB value is (152,148,140). Sum of RGB (Red+Green+Blue) = 152+148+140=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #98948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98948C is #676B73. Grayscale: #949494. Windows color (decimal): -6777716 or 9213080. OLE color: 9213080.
HSL color Cylindrical-coordinate representation of color #98948C: hue angle of 40º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98948C is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 140 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.40 |
| HSL | 40º | 0.06% | 0.57% | - |
| HSV(B) | 40º | 0.08% | 0.6% | - |
| XYZ | 28.27 | 29.75 | 29.06 | - |
| YUV | 148.28 | 123.33 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 140 | 0 | 0.03 | 0.08 | 0.40 | 40 | 0.06 | 0.57 |
| Hex | 98 | 94 | 8C | 0 | 3 | 8 | 28 | 28 | 6 | 39 |
| Octal | 230 | 224 | 214 | 0 | 3 | 10 | 50 | 50 | 6 | 71 |
| Binary | 10011000 | 10010100 | 10001100 | 0 | 11 | 1000 | 101000 | 101000 | 110 | 111001 |
Color Harmonies of #98948C
Complementary color
Monochromatic Colors of #98948C
Black with #98948C
Text Example
Text Example
White with #98948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98948C; }
p { color: rgb(152,148,140); }
H1.HeaderClassName
{
color: #98948C;
}
.AnyTagClassName
{
color: #98948C;
}
</style>
background-color css
<style>
a { background-color: #98948C; }
a { background-color: rgb(152,148,140); }
div.DivClassName
{
background-color: #98948C;
}
.BgClassName
{
background-color: #98948C;
}
</style>
border-color css
<style>
span { border-color: #98948C; }
span { border-color: rgb(152,148,140); }
td.TdClassName
{
border-color: #98948C;
}
.TagClassName
{
border-color: #98948C;
}
</style>