#95938E

Color #95938E Nomad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nomad #95938E

Tints of Nomad #95938E

Color information

#95938E (or 0x95938E) is unknown color: approx Nomad. HEX triplet: 95, 93 and 8E. RGB value is (149,147,142). Sum of RGB (Red+Green+Blue) = 149+147+142=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 149 - color contains mainly: red. Hex color #95938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95938E is #6A6C71. Grayscale: #939393. Windows color (decimal): -6974578 or 9343893. OLE color: 9343893.

HSL color Cylindrical-coordinate representation of color #95938E: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #95938E is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB149147142-
CMYK00.010.050.42
HSL42.86º3.2%57.06%-
HSV(B)42.86º4.7%58.43%-
XYZ27.7129.2129.77-
YUV147.03125.16129.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 34.02%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=34.02%
G=33.56%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914714200.010.050.4242.863.257.06
Hex95938E0152A2b339
Octal2252232160155253371
Binary1001010110010011100011100110110101010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95938E; }

 p { color: rgb(149,147,142); }

 H1.HeaderClassName
 {
   color: #95938E;
 }
 .AnyTagClassName
 {
   color: #95938E;
 }
</style>
background-color css

<style>
 a { background-color: #95938E; }

 a { background-color: rgb(149,147,142); }

 div.DivClassName
 {
   background-color: #95938E;
 }
 .BgClassName
 {
   background-color: #95938E;
 }
</style>
border-color css

<style>
 span { border-color: #95938E; }

 span { border-color: rgb(149,147,142); }

 td.TdClassName
 {
   border-color: #95938E;
 }
 .TagClassName
 {
   border-color: #95938E;
 }
</style>