Shades of Nomad #989589
Tints of Nomad #989589
RGB
CMYK
RGB Variations
Color information
#989589 (or 0x989589) is known color: Nomad. HEX triplet: 98, 95 and 89. RGB value is (152,149,137). Sum of RGB (Red+Green+Blue) = 152+149+137=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #989589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989589 is #676A76. Grayscale: #949494. Windows color (decimal): -6777463 or 9016728. OLE color: 9016728.
HSL color Cylindrical-coordinate representation of color #989589: hue angle of 48º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #989589 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 137 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.40 |
| HSL | 48º | 0.07% | 0.57% | - |
| HSV(B) | 48º | 0.1% | 0.6% | - |
| XYZ | 28.21 | 29.98 | 27.97 | - |
| YUV | 148.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 137 | 0 | 0.02 | 0.10 | 0.40 | 48 | 0.07 | 0.57 |
| Hex | 98 | 95 | 89 | 0 | 2 | A | 28 | 30 | 7 | 39 |
| Octal | 230 | 225 | 211 | 0 | 2 | 12 | 50 | 60 | 7 | 71 |
| Binary | 10011000 | 10010101 | 10001001 | 0 | 10 | 1010 | 101000 | 110000 | 111 | 111001 |
Color Harmonies of #989589
Complementary color
Monochromatic Colors of #989589
Black with #989589
Text Example
Text Example
White with #989589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989589; }
p { color: rgb(152,149,137); }
H1.HeaderClassName
{
color: #989589;
}
.AnyTagClassName
{
color: #989589;
}
</style>
background-color css
<style>
a { background-color: #989589; }
a { background-color: rgb(152,149,137); }
div.DivClassName
{
background-color: #989589;
}
.BgClassName
{
background-color: #989589;
}
</style>
border-color css
<style>
span { border-color: #989589; }
span { border-color: rgb(152,149,137); }
td.TdClassName
{
border-color: #989589;
}
.TagClassName
{
border-color: #989589;
}
</style>