#929B8A

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

Shades of Delta #929B8A

Tints of Delta #929B8A

Color information

#929B8A (or 0x929B8A) is unknown color: approx Delta. HEX triplet: 92, 9B and 8A. RGB value is (146,155,138). Sum of RGB (Red+Green+Blue) = 146+155+138=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #929B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B8A is #6D6475. Grayscale: #969696. Windows color (decimal): -7169142 or 9083794. OLE color: 9083794.

HSL color Cylindrical-coordinate representation of color #929B8A: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #929B8A is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB146155138-
CMYK0.0600.110.39
HSL91.76º7.83%57.45%-
HSV(B)91.76º10.97%60.78%-
XYZ28.1631.3928.62-
YUV150.37121.02124.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=33.26%
G=35.31%
B=31.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461551380.0600.110.3991.767.8357.45
Hex929B8A60B275c839
Octal2222332126013471341071
Binary1001001010011011100010101100101110011110111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929B8A; }

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

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

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

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

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

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

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

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