#9B9F92

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

Shades of Delta #9B9F92

Tints of Delta #9B9F92

Color information

#9B9F92 (or 0x9B9F92) is unknown color: approx Delta. HEX triplet: 9B, 9F and 92. RGB value is (155,159,146). Sum of RGB (Red+Green+Blue) = 155+159+146=460 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.70% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 159 - color contains mainly: green. Hex color #9B9F92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9F92 is #64606D. Grayscale: #9C9C9C. Windows color (decimal): -6578286 or 9609115. OLE color: 9609115.

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

Color convert

RGB155159146-
CMYK0.0300.080.38
HSL78.46º6.34%59.8%-
HSV(B)78.46º8.18%62.35%-
XYZ31.133.8432.09-
YUV156.32122.17127.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.70%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 146 (57.42% from 255) = 31.74%
R=33.70%
G=34.57%
B=31.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551591460.0300.080.3878.466.3459.8
Hex9B9F92308264e63c
Octal233237222301046116674
Binary10011011100111111001001011010001001101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,159,146); }

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

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

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

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

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

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

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