#969292

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

Shades of Nobel #969292

Tints of Nobel #969292

Color information

#969292 (or 0x969292) is unknown color: approx Nobel. HEX triplet: 96, 92 and 92. RGB value is (150,146,146). Sum of RGB (Red+Green+Blue) = 150+146+146=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 150 - color contains mainly: red. Hex color #969292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969292 is #696D6D. Grayscale: #939393. Windows color (decimal): -6909294 or 9605782. OLE color: 9605782.

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

Color convert

RGB150146146-
CMYK00.030.030.41
HSL1.87%58.04%-
HSV(B)2.67%58.82%-
XYZ28.0429.1231.34-
YUV147.2127.33130-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.94%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 146 (57.42% from 255) = 33.03%
R=33.94%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014614600.030.030.4101.8758.04
Hex96929203329023a
Octal226222222033510272
Binary10010110100100101001001001111101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969292; }

 p { color: rgb(150,146,146); }

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

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

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

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

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

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

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