Shades of Nomad #95928C
Tints of Nomad #95928C
RGB
CMYK
RGB Variations
Color information
#95928C (or 0x95928C) is known color: Nomad. HEX triplet: 95, 92 and 8C. RGB value is (149,146,140). Sum of RGB (Red+Green+Blue) = 149+146+140=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 149 - color contains mainly: red. Hex color #95928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95928C is #6A6D73. Grayscale: #929292. Windows color (decimal): -6974836 or 9212565. OLE color: 9212565.
HSL color Cylindrical-coordinate representation of color #95928C: hue angle of 40º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #95928C is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 146 | 140 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.42 |
| HSL | 40º | 0.04% | 0.57% | - |
| HSV(B) | 40º | 0.06% | 0.58% | - |
| XYZ | 27.41 | 28.84 | 28.93 | - |
| YUV | 146.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 146 | 140 | 0 | 0.02 | 0.06 | 0.42 | 40 | 0.04 | 0.57 |
| Hex | 95 | 92 | 8C | 0 | 2 | 6 | 2A | 28 | 4 | 39 |
| Octal | 225 | 222 | 214 | 0 | 2 | 6 | 52 | 50 | 4 | 71 |
| Binary | 10010101 | 10010010 | 10001100 | 0 | 10 | 110 | 101010 | 101000 | 100 | 111001 |
Color Harmonies of #95928C
Complementary color
Monochromatic Colors of #95928C
Black with #95928C
Text Example
Text Example
White with #95928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95928C; }
p { color: rgb(149,146,140); }
H1.HeaderClassName
{
color: #95928C;
}
.AnyTagClassName
{
color: #95928C;
}
</style>
background-color css
<style>
a { background-color: #95928C; }
a { background-color: rgb(149,146,140); }
div.DivClassName
{
background-color: #95928C;
}
.BgClassName
{
background-color: #95928C;
}
</style>
border-color css
<style>
span { border-color: #95928C; }
span { border-color: rgb(149,146,140); }
td.TdClassName
{
border-color: #95928C;
}
.TagClassName
{
border-color: #95928C;
}
</style>