#9D9998

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

Shades of Nobel #9D9998

Tints of Nobel #9D9998

Color information

#9D9998 (or 0x9D9998) is unknown color: approx Nobel. HEX triplet: 9D, 99 and 98. RGB value is (157,153,152). Sum of RGB (Red+Green+Blue) = 157+153+152=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9998 is #626667. Grayscale: #9A9A9A. Windows color (decimal): -6448744 or 10000797. OLE color: 10000797.

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

Color convert

RGB157153152-
CMYK00.030.030.38
HSL12º2.49%60.59%-
HSV(B)12º3.18%61.57%-
XYZ30.9632.2234.29-
YUV154.08126.83130.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.98%
GREEN value IS 153 (60.16% from 255) = 33.12%
BLUE value IS 152 (59.77% from 255) = 32.90%
R=33.98%
G=33.12%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715315200.030.030.38122.4960.59
Hex9D999803326c23d
Octal2352312300334614275
Binary10011101100110011001100001111100110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D9998; }

 p { color: rgb(157,153,152); }

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

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

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

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

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

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

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