#989292

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

Shades of Nobel #989292

Tints of Nobel #989292

Color information

#989292 (or 0x989292) is unknown color: approx Nobel. HEX triplet: 98, 92 and 92. RGB value is (152,146,146). Sum of RGB (Red+Green+Blue) = 152+146+146=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 146 (57.42% from 255 or 32.88% from 444); Blue value is 146 (57.42% from 255 or 32.88% from 444); Max value from RGB is 152 - color contains mainly: red. Hex color #989292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989292 is #676D6D. Grayscale: #939393. Windows color (decimal): -6778222 or 9605784. OLE color: 9605784.

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

Color convert

RGB152146146-
CMYK00.040.040.40
HSL2.83%58.43%-
HSV(B)3.95%59.61%-
XYZ28.4229.3131.35-
YUV147.79126.99131-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 146 (57.42% from 255) = 32.88%
BLUE value IS 146 (57.42% from 255) = 32.88%
R=34.23%
G=32.88%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214614600.040.040.4002.8358.43
Hex98929204428033a
Octal230222222044500372
Binary1001100010010010100100100100100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989292; }

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

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

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

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

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

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

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

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