#96938A

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

Shades of Nomad #96938A

Tints of Nomad #96938A

Color information

#96938A (or 0x96938A) is unknown color: approx Nomad. HEX triplet: 96, 93 and 8A. RGB value is (150,147,138). Sum of RGB (Red+Green+Blue) = 150+147+138=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 150 - color contains mainly: red. Hex color #96938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96938A is #696C75. Grayscale: #929292. Windows color (decimal): -6909046 or 9081750. OLE color: 9081750.

HSL color Cylindrical-coordinate representation of color #96938A: hue angle of 45º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96938A is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB150147138-
CMYK00.020.080.41
HSL45º5.41%56.47%-
HSV(B)45º8%58.82%-
XYZ27.629.1928.22-
YUV146.87122.99130.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.48%
GREEN value IS 147 (57.81% from 255) = 33.79%
BLUE value IS 138 (54.30% from 255) = 31.72%
R=34.48%
G=33.79%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014713800.020.080.41455.4156.47
Hex96938A028292d538
Octal22622321202105155570
Binary1001011010010011100010100101000101001101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96938A; }

 p { color: rgb(150,147,138); }

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

<style>
 a { background-color: #96938A; }

 a { background-color: rgb(150,147,138); }

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

<style>
 span { border-color: #96938A; }

 span { border-color: rgb(150,147,138); }

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