#929689

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

Shades of Delta #929689

Tints of Delta #929689

Color information

#929689 (or 0x929689) is unknown color: approx Delta. HEX triplet: 92, 96 and 89. RGB value is (146,150,137). Sum of RGB (Red+Green+Blue) = 146+150+137=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 150 - color contains mainly: green. Hex color #929689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929689 is #6D6976. Grayscale: #939393. Windows color (decimal): -7170423 or 9016978. OLE color: 9016978.

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

Color convert

RGB146150137-
CMYK0.0300.090.41
HSL78.46º5.83%56.27%-
HSV(B)78.46º8.67%58.82%-
XYZ27.2829.7327.97-
YUV147.32122.17127.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=33.72%
G=34.64%
B=31.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1461501370.0300.090.4178.465.8356.27
Hex929689309294e638
Octal222226211301151116670
Binary10010010100101101000100111010011010011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929689; }

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

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

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

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

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

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

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

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